#C6732B

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

Shades of Ochre #C6732B

Tints of Ochre #C6732B

Color information

#C6732B (or 0xC6732B) is unknown color: approx Ochre. HEX triplet: C6, 73 and 2B. RGB value is (198,115,43). Sum of RGB (Red+Green+Blue) = 198+115+43=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6732B is #398CD4. Grayscale: #838383. Windows color (decimal): -3771605 or 2847686. OLE color: 2847686.

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

Color convert

RGB19811543-
CMYK00.420.780.22
HSL27.87º64.32%47.25%-
HSV(B)27.87º78.28%77.65%-
XYZ29.8624.445.43-
YUV131.6178175.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.62%
GREEN value IS 115 (45.31% from 255) = 32.30%
BLUE value IS 43 (17.19% from 255) = 12.08%
R=55.62%
G=32.30%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981154300.420.780.2227.8764.3247.25
HexC6732B02A4E161c402f
Octal30616353052116263410057
Binary1100011011100111010110101010100111010110111001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6732B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6732B; }

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

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

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

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

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

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

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

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