Html Css Color HEX #66533F Tobacco Brown

📋 copy color: '#66533F'

red 102 ◦ green 83 ◦ blue 63

#66533F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tobacco Brown #66533F

Tints of Tobacco Brown #66533F

RGB

 RED value IS 102 (40.23% from 255) = 41.13%

 GREEN value IS 83 (32.81% from 255) = 33.47%

 BLUE value IS 63 (25% from 255) = 25.4%

R = 41.13%
G = 33.47%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#66533F (or 0x66533F) is known color: Tobacco Brown. HEX triplet: 66, 53 and 3F. RGB value is (102,83,63). Sum of RGB (Red+Green+Blue) = 102+83+63=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66533F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66533F is #99ACC0. Grayscale: #565656. Windows color (decimal): -10071233 or 4150118. OLE color: 4150118.

HSL color Cylindrical-coordinate representation of color #66533F: hue angle of 30.77º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66533F is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 83 63 -
CMYK 0 0.19 0.38 0.6
HSL 30.77º 0.24% 0.32% -
HSV(B) 30.77º 0.38% 0.4% -
XYZ 9.47 9.37 6.01 -
YUV 86.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 102 83 63 0 0.19 0.38 0.6 30.77 0.24 0.32
Hex 66 53 3F 0 13 26 3C 1F 18 20
Octal 146 123 77 0 23 46 74 37 30 40
Binary 1100110 1010011 111111 0 10011 100110 111100 11111 11000 100000

Color Harmonies of #66533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66533F

Black with #66533F

Text Example


Text Example

White with #66533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66533F;
 }
 .AnyTagClassName
 {
   color: #66533F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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