Html Css Color HEX #C77106 Ochre

📋 copy color: '#C77106'

red 199 ◦ green 113 ◦ blue 6

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

Shades of Ochre #C77106

Tints of Ochre #C77106

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 62.58%
G = 35.53%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C77106 (or 0xC77106) is known color: Ochre. HEX triplet: C7, 71 and 06. RGB value is (199,113,6). Sum of RGB (Red+Green+Blue) = 199+113+6=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C77106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77106 is #388EF9. Grayscale: #7F7F7F. Windows color (decimal): -3706618 or 422343. OLE color: 422343.

HSL color Cylindrical-coordinate representation of color #C77106: hue angle of 33.26º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C77106 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 113 6 -
CMYK 0 0.43 0.97 0.22
HSL 33.26º 0.94% 0.4% -
HSV(B) 33.26º 0.97% 0.78% -
XYZ 29.49 23.97 3.24 -
YUV 126.52 59.99 179.7 -
System Red Green Blue C M Y K H S L
Decimal 199 113 6 0 0.43 0.97 0.22 33.26 0.94 0.4
Hex C7 71 6 0 2B 61 16 21 5E 28
Octal 307 161 6 0 53 141 26 41 136 50
Binary 11000111 1110001 110 0 101011 1100001 10110 100001 1011110 101000

Color Harmonies of #C77106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77106

Black with #C77106

Text Example


Text Example

White with #C77106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77106; }

 p { color: rgb(199,113,6); }

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

background-color css

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

 a { background-color: rgb(199,113,6); }

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

border-color css

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

 span { border-color: rgb(199,113,6); }

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