#692825

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

Shades of Auburn #692825

Tints of Auburn #692825

Color information

#692825 (or 0x692825) is unknown color: approx Auburn. HEX triplet: 69, 28 and 25. RGB value is (105,40,37). Sum of RGB (Red+Green+Blue) = 105+40+37=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #692825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692825 is #96D7DA. Grayscale: #3B3B3B. Windows color (decimal): -9885659 or 2435177. OLE color: 2435177.

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

Color convert

RGB1054037-
CMYK00.620.650.59
HSL2.65º47.89%27.84%-
HSV(B)2.65º64.76%41.18%-
XYZ6.924.652.28-
YUV59.09115.53160.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.69%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=57.69%
G=21.98%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105403700.620.650.592.6547.8927.84
Hex69282503E413B3301c
Octal15150450761017336034
Binary1101001101000100101011111010000011110111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692825; }

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

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

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

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

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

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

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

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