Html Css Color HEX #C6780B Dark Goldenrod

📋 copy color: '#C6780B'

red 198 ◦ green 120 ◦ blue 11

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

Shades of Dark Goldenrod #C6780B

Tints of Dark Goldenrod #C6780B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.34%

R = 60.18%
G = 36.47%
B = 3.34%

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

#C6780B (or 0xC6780B) is known color: Dark Goldenrod. HEX triplet: C6, 78 and 0B. RGB value is (198,120,11). Sum of RGB (Red+Green+Blue) = 198+120+11=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6780B is #3987F4. Grayscale: #838383. Windows color (decimal): -3770357 or 751814. OLE color: 751814.

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

Color convert

RGB 198 120 11 -
CMYK 0 0.39 0.94 0.22
HSL 34.97º 0.89% 0.41% -
HSV(B) 34.97º 0.94% 0.78% -
XYZ 30.07 25.46 3.65 -
YUV 130.9 60.34 175.86 -
System Red Green Blue C M Y K H S L
Decimal 198 120 11 0 0.39 0.94 0.22 34.97 0.89 0.41
Hex C6 78 B 0 27 5E 16 23 59 29
Octal 306 170 13 0 47 136 26 43 131 51
Binary 11000110 1111000 1011 0 100111 1011110 10110 100011 1011001 101001

Color Harmonies of #C6780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6780B

Black with #C6780B

Text Example


Text Example

White with #C6780B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6780B; }

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

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

background-color css

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

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

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

border-color css

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

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

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