Html Css Color HEX #C18606 Dark Goldenrod

📋 copy color: '#C18606'

red 193 ◦ green 134 ◦ blue 6

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

Shades of Dark Goldenrod #C18606

Tints of Dark Goldenrod #C18606

RGB

 RED value IS 193 (75.78% from 255) = 57.96%

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

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

R = 57.96%
G = 40.24%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C18606 (or 0xC18606) is known color: Dark Goldenrod. HEX triplet: C1, 86 and 06. RGB value is (193,134,6). Sum of RGB (Red+Green+Blue) = 193+134+6=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 6 (2.73% from 255 or 1.80% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C18606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18606 is #3E79F9. Grayscale: #898989. Windows color (decimal): -4094458 or 427713. OLE color: 427713.

HSL color Cylindrical-coordinate representation of color #C18606: hue angle of 41.07º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C18606 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 134 6 -
CMYK 0 0.31 0.97 0.24
HSL 41.07º 0.94% 0.39% -
HSV(B) 41.07º 0.97% 0.76% -
XYZ 30.55 28.4 4.04 -
YUV 137.05 54.05 167.91 -
System Red Green Blue C M Y K H S L
Decimal 193 134 6 0 0.31 0.97 0.24 41.07 0.94 0.39
Hex C1 86 6 0 1F 61 18 29 5E 27
Octal 301 206 6 0 37 141 30 51 136 47
Binary 11000001 10000110 110 0 11111 1100001 11000 101001 1011110 100111

Color Harmonies of #C18606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18606

Black with #C18606

Text Example


Text Example

White with #C18606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18606; }

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

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

background-color css

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

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

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

border-color css

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

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

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