Html Css Color HEX #C67A06 Dark Goldenrod

📋 copy color: '#C67A06'

red 198 ◦ green 122 ◦ blue 6

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

Shades of Dark Goldenrod #C67A06

Tints of Dark Goldenrod #C67A06

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

 BLUE value IS 6 (2.73% from 255) = 1.84%

R = 60.74%
G = 37.42%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C67A06 (or 0xC67A06) is known color: Dark Goldenrod. HEX triplet: C6, 7A and 06. RGB value is (198,122,6). Sum of RGB (Red+Green+Blue) = 198+122+6=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67A06 is #3985F9. Grayscale: #848484. Windows color (decimal): -3769850 or 424646. OLE color: 424646.

HSL color Cylindrical-coordinate representation of color #C67A06: hue angle of 36.25º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C67A06 is Cyan = 0, Magento = 0.38, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 122 6 -
CMYK 0 0.38 0.97 0.22
HSL 36.25º 0.94% 0.4% -
HSV(B) 36.25º 0.97% 0.78% -
XYZ 30.28 25.94 3.58 -
YUV 131.5 57.18 175.43 -
System Red Green Blue C M Y K H S L
Decimal 198 122 6 0 0.38 0.97 0.22 36.25 0.94 0.4
Hex C6 7A 6 0 26 61 16 24 5E 28
Octal 306 172 6 0 46 141 26 44 136 50
Binary 11000110 1111010 110 0 100110 1100001 10110 100100 1011110 101000

Color Harmonies of #C67A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A06

Black with #C67A06

Text Example


Text Example

White with #C67A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A06; }

 p { color: rgb(198,122,6); }

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

background-color css

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

 a { background-color: rgb(198,122,6); }

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

border-color css

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

 span { border-color: rgb(198,122,6); }

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