#C67526

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

Shades of Ochre #C67526

Tints of Ochre #C67526

Color information

#C67526 (or 0xC67526) is unknown color: approx Ochre. HEX triplet: C6, 75 and 26. RGB value is (198,117,38). Sum of RGB (Red+Green+Blue) = 198+117+38=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C67526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67526 is #398AD9. Grayscale: #848484. Windows color (decimal): -3771098 or 2520518. OLE color: 2520518.

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

Color convert

RGB19811738-
CMYK00.410.810.22
HSL29.62º67.8%46.27%-
HSV(B)29.62º80.81%77.65%-
XYZ3024.875.05-
YUV132.2174.84174.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.09%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 38 (15.23% from 255) = 10.76%
R=56.09%
G=33.14%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981173800.410.810.2229.6267.846.27
HexC6752602951161e442e
Octal30616546051121263610456
Binary1100011011101011001100101001101000110110111101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67526; }

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

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

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

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

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

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

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

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