Html Css Color HEX #C68813 Dark Goldenrod

📋 copy color: '#C68813'

red 198 ◦ green 136 ◦ blue 19

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

Shades of Dark Goldenrod #C68813

Tints of Dark Goldenrod #C68813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 56.09%
G = 38.53%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C68813 (or 0xC68813) is known color: Dark Goldenrod. HEX triplet: C6, 88 and 13. RGB value is (198,136,19). Sum of RGB (Red+Green+Blue) = 198+136+19=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C68813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68813 is #3977EC. Grayscale: #8D8D8D. Windows color (decimal): -3766253 or 1280198. OLE color: 1280198.

HSL color Cylindrical-coordinate representation of color #C68813: hue angle of 39.22º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C68813 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 136 19 -
CMYK 0 0.31 0.90 0.22
HSL 39.22º 0.82% 0.43% -
HSV(B) 39.22º 0.9% 0.78% -
XYZ 32.21 29.66 4.64 -
YUV 141.2 59.04 168.51 -
System Red Green Blue C M Y K H S L
Decimal 198 136 19 0 0.31 0.90 0.22 39.22 0.82 0.43
Hex C6 88 13 0 1F 5A 16 27 52 2B
Octal 306 210 23 0 37 132 26 47 122 53
Binary 11000110 10001000 10011 0 11111 1011010 10110 100111 1010010 101011

Color Harmonies of #C68813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68813

Black with #C68813

Text Example


Text Example

White with #C68813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68813; }

 p { color: rgb(198,136,19); }

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

background-color css

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

 a { background-color: rgb(198,136,19); }

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

border-color css

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

 span { border-color: rgb(198,136,19); }

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