Html Css Color HEX #C69506 Dark Goldenrod

📋 copy color: '#C69506'

red 198 ◦ green 149 ◦ blue 6

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

Shades of Dark Goldenrod #C69506

Tints of Dark Goldenrod #C69506

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.21%

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

R = 56.09%
G = 42.21%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C69506 (or 0xC69506) is known color: Dark Goldenrod. HEX triplet: C6, 95 and 06. RGB value is (198,149,6). Sum of RGB (Red+Green+Blue) = 198+149+6=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C69506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69506 is #396AF9. Grayscale: #939393. Windows color (decimal): -3762938 or 431558. OLE color: 431558.

HSL color Cylindrical-coordinate representation of color #C69506: hue angle of 44.69º 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 #C69506 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 149 6 -
CMYK 0 0.25 0.97 0.22
HSL 44.69º 0.94% 0.4% -
HSV(B) 44.69º 0.97% 0.78% -
XYZ 34.07 33.51 4.85 -
YUV 147.35 48.23 164.13 -
System Red Green Blue C M Y K H S L
Decimal 198 149 6 0 0.25 0.97 0.22 44.69 0.94 0.4
Hex C6 95 6 0 19 61 16 2D 5E 28
Octal 306 225 6 0 31 141 26 55 136 50
Binary 11000110 10010101 110 0 11001 1100001 10110 101101 1011110 101000

Color Harmonies of #C69506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69506

Black with #C69506

Text Example


Text Example

White with #C69506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69506; }

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

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

background-color css

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

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

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

border-color css

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

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

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