#692118

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

Shades of Red Oxide #692118

Tints of Red Oxide #692118

Color information

#692118 (or 0x692118) is unknown color: approx Red Oxide. HEX triplet: 69, 21 and 18. RGB value is (105,33,24). Sum of RGB (Red+Green+Blue) = 105+33+24=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #692118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692118 is #96DEE7. Grayscale: #353535. Windows color (decimal): -9887464 or 1581417. OLE color: 1581417.

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

Color convert

RGB1053324-
CMYK00.690.770.59
HSL6.67º62.79%25.29%-
HSV(B)6.67º77.14%41.18%-
XYZ6.534.161.32-
YUV53.5111.35164.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.81%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=64.81%
G=20.37%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105332400.690.770.596.6762.7925.29
Hex6921180454D3B73f19
Octal151413001051157377731
Binary11010011000011100001000101100110111101111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692118; }

 p { color: rgb(105,33,24); }

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

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

 a { background-color: rgb(105,33,24); }

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

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

 span { border-color: rgb(105,33,24); }

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