#692828

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

Shades of Auburn #692828

Tints of Auburn #692828

Color information

#692828 (or 0x692828) is unknown color: approx Auburn. HEX triplet: 69, 28 and 28. RGB value is (105,40,40). Sum of RGB (Red+Green+Blue) = 105+40+40=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #692828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692828 is #96D7D7. Grayscale: #3B3B3B. Windows color (decimal): -9885656 or 2631785. OLE color: 2631785.

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

Color convert

RGB1054040-
CMYK00.620.620.59
HSL44.83%28.43%-
HSV(B)61.9%41.18%-
XYZ6.974.672.54-
YUV59.44117.03160.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 40 (16.02% from 255) = 21.62%
R=56.76%
G=21.62%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105404000.620.620.59044.8328.43
Hex69282803E3E3B02d1c
Octal1515050076767305534
Binary11010011010001010000111110111110111011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692828; }

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

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

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

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

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

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

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

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