#662621

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

Shades of Red Oxide #662621

Tints of Red Oxide #662621

Color information

#662621 (or 0x662621) is unknown color: approx Red Oxide. HEX triplet: 66, 26 and 21. RGB value is (102,38,33). Sum of RGB (Red+Green+Blue) = 102+38+33=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #662621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662621 is #99D9DE. Grayscale: #383838. Windows color (decimal): -10082783 or 2172518. OLE color: 2172518.

HSL color Cylindrical-coordinate representation of color #662621: hue angle of 4.35º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662621 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB1023833-
CMYK00.630.680.6
HSL4.35º51.11%26.47%-
HSV(B)4.35º67.65%40%-
XYZ6.454.321.93-
YUV56.57114.7160.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.96%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=58.96%
G=21.97%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102383300.630.680.64.3551.1126.47
Hex66262103F443C4331a
Octal14646410771047446332
Binary11001101001101000010111111100010011110010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662621; }

 p { color: rgb(102,38,33); }

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

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

 a { background-color: rgb(102,38,33); }

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

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

 span { border-color: rgb(102,38,33); }

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