#691E08

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

Shades of Red Oxide #691E08

Tints of Red Oxide #691E08

Color information

#691E08 (or 0x691E08) is unknown color: approx Red Oxide. HEX triplet: 69, 1E and 08. RGB value is (105,30,8). Sum of RGB (Red+Green+Blue) = 105+30+8=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #691E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E08 is #96E1F7. Grayscale: #323232. Windows color (decimal): -9888248 or 532073. OLE color: 532073.

HSL color Cylindrical-coordinate representation of color #691E08: hue angle of 13.61º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #691E08 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB105308-
CMYK00.710.920.59
HSL13.61º85.84%22.16%-
HSV(B)13.61º92.38%41.18%-
XYZ6.333.950.66-
YUV49.92104.35167.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 73.43%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 8 (3.52% from 255) = 5.59%
R=73.43%
G=20.98%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10530800.710.920.5913.6185.8422.16
Hex691E80475C3Be5616
Octal15136100107134731612626
Binary11010011111010000100011110111001110111110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,30,8); }

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

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

 a { background-color: rgb(105,30,8); }

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

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

 span { border-color: rgb(105,30,8); }

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