#662725

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

Shades of Red Oxide #662725

Tints of Red Oxide #662725

Color information

#662725 (or 0x662725) is unknown color: approx Red Oxide. HEX triplet: 66, 27 and 25. RGB value is (102,39,37). Sum of RGB (Red+Green+Blue) = 102+39+37=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #662725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662725 is #99D8DA. Grayscale: #393939. Windows color (decimal): -10082523 or 2434918. OLE color: 2434918.

HSL color Cylindrical-coordinate representation of color #662725: hue angle of 1.85º 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 #662725 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1023937-
CMYK00.620.640.6
HSL1.85º46.76%27.25%-
HSV(B)1.85º63.73%40%-
XYZ6.544.412.26-
YUV57.61116.37159.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=57.30%
G=21.91%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102393700.620.640.61.8546.7627.25
Hex66272503E403C22f1b
Octal14647450761007425733
Binary1100110100111100101011111010000001111001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662725; }

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

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

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

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

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

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

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

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