#C6730E

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

Shades of Ochre #C6730E

Tints of Ochre #C6730E

Color information

#C6730E (or 0xC6730E) is unknown color: approx Ochre. HEX triplet: C6, 73 and 0E. RGB value is (198,115,14). Sum of RGB (Red+Green+Blue) = 198+115+14=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6730E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6730E is #398CF1. Grayscale: #808080. Windows color (decimal): -3771634 or 947142. OLE color: 947142.

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

Color convert

RGB19811514-
CMYK00.420.930.22
HSL32.93º86.79%41.57%-
HSV(B)32.93º92.93%77.65%-
XYZ29.524.33.55-
YUV128.363.5177.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.55%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 14 (5.86% from 255) = 4.28%
R=60.55%
G=35.17%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981151400.420.930.2232.9386.7941.57
HexC673E02A5D1621572a
Octal30616316052135264112752
Binary110001101110011111001010101011101101101000011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6730E; }

 p { color: rgb(198,115,14); }

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

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

 a { background-color: rgb(198,115,14); }

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

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

 span { border-color: rgb(198,115,14); }

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