#662625

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

Shades of Red Oxide #662625

Tints of Red Oxide #662625

Color information

#662625 (or 0x662625) is unknown color: approx Red Oxide. HEX triplet: 66, 26 and 25. RGB value is (102,38,37). Sum of RGB (Red+Green+Blue) = 102+38+37=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #662625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662625 is #99D9DA. Grayscale: #393939. Windows color (decimal): -10082779 or 2434662. OLE color: 2434662.

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

Color convert

RGB1023837-
CMYK00.630.640.6
HSL0.92º46.76%27.25%-
HSV(B)0.92º63.73%40%-
XYZ6.514.342.25-
YUV57.02116.7160.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 37 (14.84% from 255) = 20.90%
R=57.63%
G=21.47%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102383700.630.640.60.9246.7627.25
Hex66262503F403C12f1b
Octal14646450771007415733
Binary110011010011010010101111111000000111100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662625; }

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

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

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

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

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

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

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

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