#692824

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

Shades of Auburn #692824

Tints of Auburn #692824

Color information

#692824 (or 0x692824) is unknown color: approx Auburn. HEX triplet: 69, 28 and 24. RGB value is (105,40,36). Sum of RGB (Red+Green+Blue) = 105+40+36=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #692824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692824 is #96D7DB. Grayscale: #3B3B3B. Windows color (decimal): -9885660 or 2369641. OLE color: 2369641.

HSL color Cylindrical-coordinate representation of color #692824: hue angle of 3.48º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #692824 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1054036-
CMYK00.620.660.59
HSL3.48º48.94%27.65%-
HSV(B)3.48º65.71%41.18%-
XYZ6.94.652.2-
YUV58.98115.03160.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 36 (14.45% from 255) = 19.89%
R=58.01%
G=22.10%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105403600.620.660.593.4848.9427.65
Hex69282403E423B3311c
Octal15150440761027336134
Binary1101001101000100100011111010000101110111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692824; }

 p { color: rgb(105,40,36); }

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

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

 a { background-color: rgb(105,40,36); }

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

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

 span { border-color: rgb(105,40,36); }

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