#661308

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

Shades of Red Oxide #661308

Tints of Red Oxide #661308

Color information

#661308 (or 0x661308) is unknown color: approx Red Oxide. HEX triplet: 66, 13 and 08. RGB value is (102,19,8). Sum of RGB (Red+Green+Blue) = 102+19+8=129 (17% of max value = 765). Red value is 102 (40.23% from 255 or 79.07% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 102 - color contains mainly: red. Hex color #661308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661308 is #99ECF7. Grayscale: #2A2A2A. Windows color (decimal): -10087672 or 529254. OLE color: 529254.

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

Color convert

RGB102198-
CMYK00.810.920.6
HSL7.02º85.45%21.57%-
HSV(B)7.02º92.16%40%-
XYZ5.763.310.56-
YUV42.56108.5170.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 79.07%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 8 (3.52% from 255) = 6.20%
R=79.07%
G=14.73%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10219800.810.920.67.0285.4521.57
Hex661380515C3C75516
Octal1462310012113474712526
Binary1100110100111000010100011011100111100111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661308; }

 p { color: rgb(102,19,8); }

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

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

 a { background-color: rgb(102,19,8); }

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

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

 span { border-color: rgb(102,19,8); }

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