#691B08

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

Shades of Red Oxide #691B08

Tints of Red Oxide #691B08

Color information

#691B08 (or 0x691B08) is unknown color: approx Red Oxide. HEX triplet: 69, 1B and 08. RGB value is (105,27,8). Sum of RGB (Red+Green+Blue) = 105+27+8=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #691B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691B08 is #96E4F7. Grayscale: #303030. Windows color (decimal): -9889016 or 531305. OLE color: 531305.

HSL color Cylindrical-coordinate representation of color #691B08: hue angle of 11.75º 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 #691B08 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB105278-
CMYK00.740.920.59
HSL11.75º85.84%22.16%-
HSV(B)11.75º92.38%41.18%-
XYZ6.263.80.63-
YUV48.16105.34168.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 8 (3.52% from 255) = 5.71%
R=75%
G=19.29%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10527800.740.920.5911.7585.8422.16
Hex691B804A5C3Bc5616
Octal15133100112134731412626
Binary11010011101110000100101010111001110111100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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