#691614

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

Shades of Red Oxide #691614

Tints of Red Oxide #691614

Color information

#691614 (or 0x691614) is unknown color: approx Red Oxide. HEX triplet: 69, 16 and 14. RGB value is (105,22,20). Sum of RGB (Red+Green+Blue) = 105+22+20=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #691614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691614 is #96E9EB. Grayscale: #2E2E2E. Windows color (decimal): -9890284 or 1316457. OLE color: 1316457.

HSL color Cylindrical-coordinate representation of color #691614: hue angle of 1.41º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691614 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB1052220-
CMYK00.790.810.59
HSL1.41º68%24.51%-
HSV(B)1.41º80.95%41.18%-
XYZ6.243.631.03-
YUV46.59113169.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.43%
GREEN value IS 22 (8.98% from 255) = 14.97%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=71.43%
G=14.97%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105222000.790.810.591.416824.51
Hex69161404F513B14419
Octal1512624011712173110431
Binary110100110110101000100111110100011110111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691614; }

 p { color: rgb(105,22,20); }

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

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

 a { background-color: rgb(105,22,20); }

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

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

 span { border-color: rgb(105,22,20); }

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