Html Css Color HEX #C68B17 Dark Goldenrod

📋 copy color: '#C68B17'

red 198 ◦ green 139 ◦ blue 23

#C68B17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #C68B17

Tints of Dark Goldenrod #C68B17

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 value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C68B17 (or 0xC68B17) is known color: 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

RGB 198 139 23 -
CMYK 0 0.30 0.88 0.22
HSL 39.77º 0.79% 0.43% -
HSV(B) 39.77º 0.88% 0.78% -
XYZ 32.68 30.53 4.98 -
YUV 143.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 198 139 23 0 0.30 0.88 0.22 39.77 0.79 0.43
Hex C6 8B 17 0 1E 58 16 28 4F 2B
Octal 306 213 27 0 36 130 26 50 117 53
Binary 11000110 10001011 10111 0 11110 1011000 10110 101000 1001111 101011

Color Harmonies of #C68B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68B17

Black with #C68B17

Text Example


Text Example

White with #C68B17

Text Example


Text Example

HTML Codes & Css Web 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>