#692927

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

Shades of Auburn #692927

Tints of Auburn #692927

Color information

#692927 (or 0x692927) is unknown color: approx Auburn. HEX triplet: 69, 29 and 27. RGB value is (105,41,39). Sum of RGB (Red+Green+Blue) = 105+41+39=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #692927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692927 is #96D6D8. Grayscale: #3B3B3B. Windows color (decimal): -9885401 or 2566505. OLE color: 2566505.

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

Color convert

RGB1054139-
CMYK00.610.630.59
HSL1.82º45.83%28.24%-
HSV(B)1.82º62.86%41.18%-
XYZ6.984.742.47-
YUV59.91116.2160.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=56.76%
G=22.16%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105413900.610.630.591.8245.8328.24
Hex69292703D3F3B22e1c
Octal1515147075777325634
Binary110100110100110011101111011111111110111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692927; }

 p { color: rgb(105,41,39); }

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

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

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

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

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

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

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