Html Css Color HEX #C6790B Dark Goldenrod

📋 copy color: '#C6790B'

red 198 ◦ green 121 ◦ blue 11

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

Shades of Dark Goldenrod #C6790B

Tints of Dark Goldenrod #C6790B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

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

R = 60%
G = 36.67%
B = 3.33%

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

#C6790B (or 0xC6790B) is known color: Dark Goldenrod. HEX triplet: C6, 79 and 0B. RGB value is (198,121,11). Sum of RGB (Red+Green+Blue) = 198+121+11=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6790B is #3986F4. Grayscale: #848484. Windows color (decimal): -3770101 or 752070. OLE color: 752070.

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

Color convert

RGB 198 121 11 -
CMYK 0 0.39 0.94 0.22
HSL 35.29º 0.89% 0.41% -
HSV(B) 35.29º 0.94% 0.78% -
XYZ 30.19 25.7 3.69 -
YUV 131.48 60.01 175.44 -
System Red Green Blue C M Y K H S L
Decimal 198 121 11 0 0.39 0.94 0.22 35.29 0.89 0.41
Hex C6 79 B 0 27 5E 16 23 59 29
Octal 306 171 13 0 47 136 26 43 131 51
Binary 11000110 1111001 1011 0 100111 1011110 10110 100011 1011001 101001

Color Harmonies of #C6790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6790B

Black with #C6790B

Text Example


Text Example

White with #C6790B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6790B; }

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

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

background-color css

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

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

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

border-color css

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

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

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