Html Css Color HEX #C69609 Dark Goldenrod

📋 copy color: '#C69609'

red 198 ◦ green 150 ◦ blue 9

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

Shades of Dark Goldenrod #C69609

Tints of Dark Goldenrod #C69609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

 BLUE value IS 9 (3.91% from 255) = 2.52%

R = 55.46%
G = 42.02%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C69609 (or 0xC69609) is known color: Dark Goldenrod. HEX triplet: C6, 96 and 09. RGB value is (198,150,9). Sum of RGB (Red+Green+Blue) = 198+150+9=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C69609 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69609 is #3969F6. Grayscale: #949494. Windows color (decimal): -3762679 or 628422. OLE color: 628422.

HSL color Cylindrical-coordinate representation of color #C69609: hue angle of 44.76º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C69609 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 150 9 -
CMYK 0 0.24 0.95 0.22
HSL 44.76º 0.91% 0.41% -
HSV(B) 44.76º 0.95% 0.78% -
XYZ 34.24 33.84 4.98 -
YUV 148.28 49.4 163.46 -
System Red Green Blue C M Y K H S L
Decimal 198 150 9 0 0.24 0.95 0.22 44.76 0.91 0.41
Hex C6 96 9 0 18 5F 16 2D 5B 29
Octal 306 226 11 0 30 137 26 55 133 51
Binary 11000110 10010110 1001 0 11000 1011111 10110 101101 1011011 101001

Color Harmonies of #C69609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69609

Black with #C69609

Text Example


Text Example

White with #C69609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69609; }

 p { color: rgb(198,150,9); }

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

background-color css

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

 a { background-color: rgb(198,150,9); }

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

border-color css

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

 span { border-color: rgb(198,150,9); }

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