#C67326

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

Shades of Ochre #C67326

Tints of Ochre #C67326

Color information

#C67326 (or 0xC67326) is unknown color: approx Ochre. HEX triplet: C6, 73 and 26. RGB value is (198,115,38). Sum of RGB (Red+Green+Blue) = 198+115+38=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C67326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67326 is #398CD9. Grayscale: #838383. Windows color (decimal): -3771610 or 2520006. OLE color: 2520006.

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

Color convert

RGB19811538-
CMYK00.420.810.22
HSL28.88º67.8%46.27%-
HSV(B)28.88º80.81%77.65%-
XYZ29.7724.414.98-
YUV131.0475.5175.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.41%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 38 (15.23% from 255) = 10.83%
R=56.41%
G=32.76%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981153800.420.810.2228.8867.846.27
HexC6732602A51161d442e
Octal30616346052121263510456
Binary1100011011100111001100101010101000110110111011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67326; }

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

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

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

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

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

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

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

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