Html Css Color HEX #C6750A Dark Goldenrod

📋 copy color: '#C6750A'

red 198 ◦ green 117 ◦ blue 10

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

Shades of Dark Goldenrod #C6750A

Tints of Dark Goldenrod #C6750A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

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

R = 60.92%
G = 36%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C6750A (or 0xC6750A) is known color: Dark Goldenrod. HEX triplet: C6, 75 and 0A. RGB value is (198,117,10). Sum of RGB (Red+Green+Blue) = 198+117+10=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6750A is #398AF5. Grayscale: #818181. Windows color (decimal): -3771126 or 685510. OLE color: 685510.

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

Color convert

RGB 198 117 10 -
CMYK 0 0.41 0.95 0.22
HSL 34.15º 0.9% 0.41% -
HSV(B) 34.15º 0.95% 0.78% -
XYZ 29.7 24.75 3.5 -
YUV 129.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 198 117 10 0 0.41 0.95 0.22 34.15 0.9 0.41
Hex C6 75 A 0 29 5F 16 22 5A 29
Octal 306 165 12 0 51 137 26 42 132 51
Binary 11000110 1110101 1010 0 101001 1011111 10110 100010 1011010 101001

Color Harmonies of #C6750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6750A

Black with #C6750A

Text Example


Text Example

White with #C6750A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6750A; }

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

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

background-color css

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

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

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

border-color css

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

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

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