Html Css Color HEX #C6780C Dark Goldenrod

📋 copy color: '#C6780C'

red 198 ◦ green 120 ◦ blue 12

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

Shades of Dark Goldenrod #C6780C

Tints of Dark Goldenrod #C6780C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 60%
G = 36.36%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C6780C (or 0xC6780C) is known color: Dark Goldenrod. HEX triplet: C6, 78 and 0C. RGB value is (198,120,12). Sum of RGB (Red+Green+Blue) = 198+120+12=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6780C is #3987F3. Grayscale: #838383. Windows color (decimal): -3770356 or 817350. OLE color: 817350.

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

Color convert

RGB 198 120 12 -
CMYK 0 0.39 0.94 0.22
HSL 34.84º 0.89% 0.41% -
HSV(B) 34.84º 0.94% 0.78% -
XYZ 30.07 25.47 3.68 -
YUV 131.01 60.84 175.78 -
System Red Green Blue C M Y K H S L
Decimal 198 120 12 0 0.39 0.94 0.22 34.84 0.89 0.41
Hex C6 78 C 0 27 5E 16 23 59 29
Octal 306 170 14 0 47 136 26 43 131 51
Binary 11000110 1111000 1100 0 100111 1011110 10110 100011 1011001 101001

Color Harmonies of #C6780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6780C

Black with #C6780C

Text Example


Text Example

White with #C6780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6780C; }

 p { color: rgb(198,120,12); }

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

background-color css

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

 a { background-color: rgb(198,120,12); }

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

border-color css

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

 span { border-color: rgb(198,120,12); }

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