#692925

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

Shades of Auburn #692925

Tints of Auburn #692925

Color information

#692925 (or 0x692925) is unknown color: approx Auburn. HEX triplet: 69, 29 and 25. RGB value is (105,41,37). Sum of RGB (Red+Green+Blue) = 105+41+37=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #692925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692925 is #96D6DA. Grayscale: #3B3B3B. Windows color (decimal): -9885403 or 2435433. OLE color: 2435433.

HSL color Cylindrical-coordinate representation of color #692925: hue angle of 3.53º 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 #692925 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB1054137-
CMYK00.610.650.59
HSL3.53º47.89%27.84%-
HSV(B)3.53º64.76%41.18%-
XYZ6.954.722.3-
YUV59.68115.2160.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.38%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 37 (14.84% from 255) = 20.22%
R=57.38%
G=22.40%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105413700.610.650.593.5347.8927.84
Hex69292503D413B4301c
Octal15151450751017346034
Binary11010011010011001010111101100000111101110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692925; }

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

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

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

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

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

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

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

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