Html Css Color HEX #C68606 Dark Goldenrod

📋 copy color: '#C68606'

red 198 ◦ green 134 ◦ blue 6

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

Shades of Dark Goldenrod #C68606

Tints of Dark Goldenrod #C68606

RGB

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

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

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

R = 58.58%
G = 39.64%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C68606 (or 0xC68606) is known color: Dark Goldenrod. HEX triplet: C6, 86 and 06. RGB value is (198,134,6). Sum of RGB (Red+Green+Blue) = 198+134+6=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C68606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68606 is #3979F9. Grayscale: #8B8B8B. Windows color (decimal): -3766778 or 427718. OLE color: 427718.

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

Color convert

RGB 198 134 6 -
CMYK 0 0.32 0.97 0.22
HSL 40º 0.94% 0.4% -
HSV(B) 40º 0.97% 0.78% -
XYZ 31.85 29.07 4.1 -
YUV 138.54 53.2 170.41 -
System Red Green Blue C M Y K H S L
Decimal 198 134 6 0 0.32 0.97 0.22 40 0.94 0.4
Hex C6 86 6 0 20 61 16 28 5E 28
Octal 306 206 6 0 40 141 26 50 136 50
Binary 11000110 10000110 110 0 100000 1100001 10110 101000 1011110 101000

Color Harmonies of #C68606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68606

Black with #C68606

Text Example


Text Example

White with #C68606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68606; }

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

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

background-color css

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

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

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

border-color css

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

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

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