Html Css Color HEX #C77610 Ochre

📋 copy color: '#C77610'

red 199 ◦ green 118 ◦ blue 16

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

Shades of Ochre #C77610

Tints of Ochre #C77610

RGB

 RED value IS 199 (78.13% from 255) = 59.76%

 GREEN value IS 118 (46.48% from 255) = 35.44%

 BLUE value IS 16 (6.64% from 255) = 4.8%

R = 59.76%
G = 35.44%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C77610 (or 0xC77610) is known color: Ochre. HEX triplet: C7, 76 and 10. RGB value is (199,118,16). Sum of RGB (Red+Green+Blue) = 199+118+16=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C77610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77610 is #3889EF. Grayscale: #838383. Windows color (decimal): -3705328 or 1078983. OLE color: 1078983.

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

Color convert

RGB 199 118 16 -
CMYK 0 0.41 0.92 0.22
HSL 33.44º 0.85% 0.42% -
HSV(B) 33.44º 0.92% 0.78% -
XYZ 30.13 25.14 3.75 -
YUV 130.59 63.34 176.79 -
System Red Green Blue C M Y K H S L
Decimal 199 118 16 0 0.41 0.92 0.22 33.44 0.85 0.42
Hex C7 76 10 0 29 5C 16 21 55 2A
Octal 307 166 20 0 51 134 26 41 125 52
Binary 11000111 1110110 10000 0 101001 1011100 10110 100001 1010101 101010

Color Harmonies of #C77610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77610

Black with #C77610

Text Example


Text Example

White with #C77610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77610; }

 p { color: rgb(199,118,16); }

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

background-color css

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

 a { background-color: rgb(199,118,16); }

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

border-color css

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

 span { border-color: rgb(199,118,16); }

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