#661B0F

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

Shades of Red Oxide #661B0F

Tints of Red Oxide #661B0F

Color information

#661B0F (or 0x661B0F) is unknown color: approx Red Oxide. HEX triplet: 66, 1B and 0F. RGB value is (102,27,15). Sum of RGB (Red+Green+Blue) = 102+27+15=144 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.83% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 102 - color contains mainly: red. Hex color #661B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661B0F is #99E4F0. Grayscale: #303030. Windows color (decimal): -10085617 or 990054. OLE color: 990054.

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

Color convert

RGB1022715-
CMYK00.740.850.6
HSL8.28º74.36%22.94%-
HSV(B)8.28º85.29%40%-
XYZ5.963.640.84-
YUV48.06109.35166.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.83%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=70.83%
G=18.75%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102271500.740.850.68.2874.3622.94
Hex661BF04A553C84a17
Octal14633170112125741011227
Binary11001101101111110100101010101011111001000100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661B0F; }

 p { color: rgb(102,27,15); }

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

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

 a { background-color: rgb(102,27,15); }

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

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

 span { border-color: rgb(102,27,15); }

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