Html Css Color HEX #66523E Tobacco Brown

📋 copy color: '#66523E'

red 102 ◦ green 82 ◦ blue 62

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

Shades of Tobacco Brown #66523E

Tints of Tobacco Brown #66523E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.33%

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 41.46%
G = 33.33%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.6

RGB Variations

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

Color information

#66523E (or 0x66523E) is known color: Tobacco Brown. HEX triplet: 66, 52 and 3E. RGB value is (102,82,62). Sum of RGB (Red+Green+Blue) = 102+82+62=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66523E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66523E is #99ADC1. Grayscale: #555555. Windows color (decimal): -10071490 or 4084326. OLE color: 4084326.

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

Color convert

RGB 102 82 62 -
CMYK 0 0.20 0.39 0.6
HSL 30º 0.24% 0.32% -
HSV(B) 30º 0.39% 0.4% -
XYZ 9.37 9.21 5.84 -
YUV 85.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 102 82 62 0 0.20 0.39 0.6 30 0.24 0.32
Hex 66 52 3E 0 14 27 3C 1E 18 20
Octal 146 122 76 0 24 47 74 36 30 40
Binary 1100110 1010010 111110 0 10100 100111 111100 11110 11000 100000

Color Harmonies of #66523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66523E

Black with #66523E

Text Example


Text Example

White with #66523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66523E; }

 p { color: rgb(102,82,62); }

 H1.HeaderClassName
 {
   color: #66523E;
 }
 .AnyTagClassName
 {
   color: #66523E;
 }
</style>

background-color css

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

 a { background-color: rgb(102,82,62); }

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

border-color css

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

 span { border-color: rgb(102,82,62); }

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