Html Css Color HEX #C6770A Dark Goldenrod

📋 copy color: '#C6770A'

red 198 ◦ green 119 ◦ blue 10

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

Shades of Dark Goldenrod #C6770A

Tints of Dark Goldenrod #C6770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.39%

 BLUE value IS 10 (4.3% from 255) = 3.06%

R = 60.55%
G = 36.39%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C6770A (or 0xC6770A) is known color: Dark Goldenrod. HEX triplet: C6, 77 and 0A. RGB value is (198,119,10). Sum of RGB (Red+Green+Blue) = 198+119+10=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6770A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6770A is #3988F5. Grayscale: #828282. Windows color (decimal): -3770614 or 686022. OLE color: 686022.

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

Color convert

RGB 198 119 10 -
CMYK 0 0.40 0.95 0.22
HSL 34.79º 0.9% 0.41% -
HSV(B) 34.79º 0.95% 0.78% -
XYZ 29.94 25.22 3.58 -
YUV 130.2 60.17 176.36 -
System Red Green Blue C M Y K H S L
Decimal 198 119 10 0 0.40 0.95 0.22 34.79 0.9 0.41
Hex C6 77 A 0 28 5F 16 23 5A 29
Octal 306 167 12 0 50 137 26 43 132 51
Binary 11000110 1110111 1010 0 101000 1011111 10110 100011 1011010 101001

Color Harmonies of #C6770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6770A

Black with #C6770A

Text Example


Text Example

White with #C6770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6770A; }

 p { color: rgb(198,119,10); }

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

background-color css

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

 a { background-color: rgb(198,119,10); }

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

border-color css

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

 span { border-color: rgb(198,119,10); }

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