#C6772A

Color #C6772A Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #C6772A

Tints of Ochre #C6772A

Color information

#C6772A (or 0xC6772A) is unknown color: approx Ochre. HEX triplet: C6, 77 and 2A. RGB value is (198,119,42). Sum of RGB (Red+Green+Blue) = 198+119+42=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6772A is #3988D5. Grayscale: #868686. Windows color (decimal): -3770582 or 2783174. OLE color: 2783174.

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

Color convert

RGB19811942-
CMYK00.400.790.22
HSL29.62º65%47.06%-
HSV(B)29.62º78.79%77.65%-
XYZ30.325.375.49-
YUV133.8476.17173.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.15%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 42 (16.80% from 255) = 11.70%
R=55.15%
G=33.15%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981194200.400.790.2229.626547.06
HexC6772A0284F161e412f
Octal30616752050117263610157
Binary1100011011101111010100101000100111110110111101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6772A; }

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

 H1.HeaderClassName
 {
   color: #C6772A;
 }
 .AnyTagClassName
 {
   color: #C6772A;
 }
</style>
background-color css

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

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

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

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

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

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