#692218

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

Shades of Red Oxide #692218

Tints of Red Oxide #692218

Color information

#692218 (or 0x692218) is unknown color: approx Red Oxide. HEX triplet: 69, 22 and 18. RGB value is (105,34,24). Sum of RGB (Red+Green+Blue) = 105+34+24=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #692218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692218 is #96DDE7. Grayscale: #363636. Windows color (decimal): -9887208 or 1581673. OLE color: 1581673.

HSL color Cylindrical-coordinate representation of color #692218: hue angle of 7.41º 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 #692218 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB1053424-
CMYK00.680.770.59
HSL7.41º62.79%25.29%-
HSV(B)7.41º77.14%41.18%-
XYZ6.564.211.33-
YUV54.09111.02164.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.42%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=64.42%
G=20.86%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105342400.680.770.597.4162.7925.29
Hex6922180444D3B73f19
Octal151423001041157377731
Binary11010011000101100001000100100110111101111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692218; }

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

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

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

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

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

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

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

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