#69533F

Color #69533F Tobacco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tobacco Brown #69533F

Tints of Tobacco Brown #69533F

Color information

#69533F (or 0x69533F) is unknown color: approx Tobacco Brown. HEX triplet: 69, 53 and 3F. RGB value is (105,83,63). Sum of RGB (Red+Green+Blue) = 105+83+63=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #69533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69533F is #96ACC0. Grayscale: #575757. Windows color (decimal): -9874625 or 4150121. OLE color: 4150121.

HSL color Cylindrical-coordinate representation of color #69533F: hue angle of 28.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69533F is Cyan = 0, Magento = 0.21, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB1058363-
CMYK00.210.40.59
HSL28.57º25%32.94%-
HSV(B)28.57º40%41.18%-
XYZ9.829.556.03-
YUV87.3114.29140.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 63 (25% from 255) = 25.10%
R=41.83%
G=33.07%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105836300.210.40.5928.572532.94
Hex69533F015283B1d1921
Octal151123770255073353141
Binary110100110100111111110101011010001110111110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69533F; }

 p { color: rgb(105,83,63); }

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

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

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

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

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

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

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