#692923

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

Shades of Auburn #692923

Tints of Auburn #692923

Color information

#692923 (or 0x692923) is unknown color: approx Auburn. HEX triplet: 69, 29 and 23. RGB value is (105,41,35). Sum of RGB (Red+Green+Blue) = 105+41+35=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #692923 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692923 is #96D6DC. Grayscale: #3B3B3B. Windows color (decimal): -9885405 or 2304361. OLE color: 2304361.

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

Color convert

RGB1054135-
CMYK00.610.670.59
HSL5.14º50%27.45%-
HSV(B)5.14º66.67%41.18%-
XYZ6.924.712.13-
YUV59.45114.2160.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.01%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=58.01%
G=22.65%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105413500.610.670.595.145027.45
Hex69292303D433B5321b
Octal15151430751037356233
Binary11010011010011000110111101100001111101110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692923; }

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

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

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

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

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

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

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

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