#692B2B

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

Shades of Auburn #692B2B

Tints of Auburn #692B2B

Color information

#692B2B (or 0x692B2B) is unknown color: approx Auburn. HEX triplet: 69, 2B and 2B. RGB value is (105,43,43). Sum of RGB (Red+Green+Blue) = 105+43+43=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 43 (17.19% from 255 or 22.51% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #692B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692B2B is #96D4D4. Grayscale: #3D3D3D. Windows color (decimal): -9884885 or 2829161. OLE color: 2829161.

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

Color convert

RGB1054343-
CMYK00.590.590.59
HSL41.89%29.02%-
HSV(B)59.05%41.18%-
XYZ7.134.912.86-
YUV61.54117.54159-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 54.97%
GREEN value IS 43 (17.19% from 255) = 22.51%
BLUE value IS 43 (17.19% from 255) = 22.51%
R=54.97%
G=22.51%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105434300.590.590.59041.8929.02
Hex692B2B03B3B3B02a1d
Octal1515353073737305235
Binary11010011010111010110111011111011111011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692B2B; }

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

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

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

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

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

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

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

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