#c68b17

Color #C68B17 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C68B17

Tints of Dark Goldenrod #C68B17

Color information

#C68B17 (or 0xC68B17) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 8B and 17. RGB value is (198,139,23). Sum of RGB (Red+Green+Blue) = 198+139+23=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68B17 is #3974E8. Grayscale: #8F8F8F. Windows color (decimal): -3765481 or 1543110. OLE color: 1543110.

HSL color Cylindrical-coordinate representation of color #C68B17: hue angle of 39.77º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C68B17 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB19813923-
CMYK00.300.880.22
HSL39.77º79.19%43.33%-
HSV(B)39.77º88.38%77.65%-
XYZ32.6830.534.98-
YUV143.4260.05166.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 55%
GREEN value IS 139 (54.69% from 255) = 38.61%
BLUE value IS 23 (9.38% from 255) = 6.39%
R=55%
G=38.61%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981392300.300.880.2239.7779.1943.33
HexC68B1701E5816284f2b
Octal30621327036130265011753
Binary1100011010001011101110111101011000101101010001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c68b17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c68b17; }

 p { color: rgb(198,139,23); }

 H1.HeaderClassName
 {
   color: #c68b17;
 }
 .AnyTagClassName
 {
   color: #c68b17;
 }
</style>
background-color css

<style>
 a { background-color: #c68b17; }

 a { background-color: rgb(198,139,23); }

 div.DivClassName
 {
   background-color: #c68b17;
 }
 .BgClassName
 {
   background-color: #c68b17;
 }
</style>
border-color css

<style>
 span { border-color: #c68b17; }

 span { border-color: rgb(198,139,23); }

 td.TdClassName
 {
   border-color: #c68b17;
 }
 .TagClassName
 {
   border-color: #c68b17;
 }
</style>