#C6700A

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

Shades of Ochre #C6700A

Tints of Ochre #C6700A

Color information

#C6700A (or 0xC6700A) is unknown color: approx Ochre. HEX triplet: C6, 70 and 0A. RGB value is (198,112,10). Sum of RGB (Red+Green+Blue) = 198+112+10=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C6700A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6700A is #398FF5. Grayscale: #7E7E7E. Windows color (decimal): -3772406 or 684230. OLE color: 684230.

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

Color convert

RGB19811210-
CMYK00.430.950.22
HSL32.55º90.38%40.78%-
HSV(B)32.55º94.95%77.65%-
XYZ29.1423.623.31-
YUV126.0962.49179.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.88%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 10 (4.30% from 255) = 3.12%
R=61.88%
G=35%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981121000.430.950.2232.5590.3840.78
HexC670A02B5F16215a29
Octal30616012053137264113251
Binary110001101110000101001010111011111101101000011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6700A; }

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

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

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

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

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

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

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

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