Html Css Color HEX #C68105 Dark Goldenrod

📋 copy color: '#C68105'

red 198 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #C68105

Tints of Dark Goldenrod #C68105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.86%

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 59.64%
G = 38.86%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C68105 (or 0xC68105) is known color: Dark Goldenrod. HEX triplet: C6, 81 and 05. RGB value is (198,129,5). Sum of RGB (Red+Green+Blue) = 198+129+5=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C68105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68105 is #397EFA. Grayscale: #888888. Windows color (decimal): -3768059 or 360902. OLE color: 360902.

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

Color convert

RGB 198 129 5 -
CMYK 0 0.35 0.97 0.22
HSL 38.55º 0.95% 0.4% -
HSV(B) 38.55º 0.97% 0.78% -
XYZ 31.17 27.72 3.85 -
YUV 135.5 54.36 172.58 -
System Red Green Blue C M Y K H S L
Decimal 198 129 5 0 0.35 0.97 0.22 38.55 0.95 0.4
Hex C6 81 5 0 23 61 16 27 5F 28
Octal 306 201 5 0 43 141 26 47 137 50
Binary 11000110 10000001 101 0 100011 1100001 10110 100111 1011111 101000

Color Harmonies of #C68105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68105

Black with #C68105

Text Example


Text Example

White with #C68105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68105; }

 p { color: rgb(198,129,5); }

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

background-color css

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

 a { background-color: rgb(198,129,5); }

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

border-color css

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

 span { border-color: rgb(198,129,5); }

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