#C6721F

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

Shades of Ochre #C6721F

Tints of Ochre #C6721F

Color information

#C6721F (or 0xC6721F) is unknown color: approx Ochre. HEX triplet: C6, 72 and 1F. RGB value is (198,114,31). Sum of RGB (Red+Green+Blue) = 198+114+31=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6721F is #398DE0. Grayscale: #828282. Windows color (decimal): -3771873 or 2060998. OLE color: 2060998.

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

Color convert

RGB19811431-
CMYK00.420.840.22
HSL29.82º72.93%44.9%-
HSV(B)29.82º84.34%77.65%-
XYZ29.5524.144.4-
YUV129.6572.33176.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.73%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 31 (12.5% from 255) = 9.04%
R=57.73%
G=33.24%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981143100.420.840.2229.8272.9344.9
HexC6721F02A54161e492d
Octal30616237052124263611155
Binary110001101110010111110101010101010010110111101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6721F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6721F; }

 p { color: rgb(198,114,31); }

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

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

 a { background-color: rgb(198,114,31); }

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

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

 span { border-color: rgb(198,114,31); }

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