#662524

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

Shades of Red Oxide #662524

Tints of Red Oxide #662524

Color information

#662524 (or 0x662524) is unknown color: approx Red Oxide. HEX triplet: 66, 25 and 24. RGB value is (102,37,36). Sum of RGB (Red+Green+Blue) = 102+37+36=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #662524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662524 is #99DADB. Grayscale: #383838. Windows color (decimal): -10083036 or 2368870. OLE color: 2368870.

HSL color Cylindrical-coordinate representation of color #662524: hue angle of 0.91º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #662524 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB1023736-
CMYK00.640.650.6
HSL0.91º47.83%27.06%-
HSV(B)0.91º64.71%40%-
XYZ6.464.282.15-
YUV56.32116.53160.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=58.29%
G=21.14%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102373600.640.650.60.9147.8327.06
Hex662524040413C1301b
Octal146454401001017416033
Binary1100110100101100100010000001000001111100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662524; }

 p { color: rgb(102,37,36); }

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

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

 a { background-color: rgb(102,37,36); }

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

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

 span { border-color: rgb(102,37,36); }

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