#691B0B

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

Shades of Red Oxide #691B0B

Tints of Red Oxide #691B0B

Color information

#691B0B (or 0x691B0B) is unknown color: approx Red Oxide. HEX triplet: 69, 1B and 0B. RGB value is (105,27,11). Sum of RGB (Red+Green+Blue) = 105+27+11=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #691B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691B0B is #96E4F4. Grayscale: #303030. Windows color (decimal): -9889013 or 727913. OLE color: 727913.

HSL color Cylindrical-coordinate representation of color #691B0B: hue angle of 10.21º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #691B0B is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1052711-
CMYK00.740.900.59
HSL10.21º81.03%22.75%-
HSV(B)10.21º89.52%41.18%-
XYZ6.283.810.72-
YUV48.5106.84168.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 73.43%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 11 (4.69% from 255) = 7.69%
R=73.43%
G=18.88%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105271100.740.900.5910.2181.0322.75
Hex691BB04A5A3Ba5117
Octal15133130112132731212127
Binary11010011101110110100101010110101110111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691B0B; }

 p { color: rgb(105,27,11); }

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

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

 a { background-color: rgb(105,27,11); }

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

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

 span { border-color: rgb(105,27,11); }

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