Html Css Color HEX #C68616 Dark Goldenrod

📋 copy color: '#C68616'

red 198 ◦ green 134 ◦ blue 22

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

Shades of Dark Goldenrod #C68616

Tints of Dark Goldenrod #C68616

RGB

 RED value IS 198 (77.73% from 255) = 55.93%

 GREEN value IS 134 (52.73% from 255) = 37.85%

 BLUE value IS 22 (8.98% from 255) = 6.21%

R = 55.93%
G = 37.85%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C68616 (or 0xC68616) is known color: Dark Goldenrod. HEX triplet: C6, 86 and 16. RGB value is (198,134,22). Sum of RGB (Red+Green+Blue) = 198+134+22=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C68616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68616 is #3979E9. Grayscale: #8C8C8C. Windows color (decimal): -3766762 or 1476294. OLE color: 1476294.

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

Color convert

RGB 198 134 22 -
CMYK 0 0.32 0.89 0.22
HSL 38.18º 0.8% 0.43% -
HSV(B) 38.18º 0.89% 0.78% -
XYZ 31.96 29.11 4.69 -
YUV 140.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 198 134 22 0 0.32 0.89 0.22 38.18 0.8 0.43
Hex C6 86 16 0 20 59 16 26 50 2B
Octal 306 206 26 0 40 131 26 46 120 53
Binary 11000110 10000110 10110 0 100000 1011001 10110 100110 1010000 101011

Color Harmonies of #C68616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68616

Black with #C68616

Text Example


Text Example

White with #C68616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68616; }

 p { color: rgb(198,134,22); }

 H1.HeaderClassName
 {
   color: #C68616;
 }
 .AnyTagClassName
 {
   color: #C68616;
 }
</style>

background-color css

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

 a { background-color: rgb(198,134,22); }

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

border-color css

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

 span { border-color: rgb(198,134,22); }

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