Html Css Color HEX #B6643D Tuscany

📋 copy color: '#B6643D'

red 182 ◦ green 100 ◦ blue 61

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

Shades of Tuscany #B6643D

Tints of Tuscany #B6643D

RGB

 RED value IS 182 (71.48% from 255) = 53.06%

 GREEN value IS 100 (39.45% from 255) = 29.15%

 BLUE value IS 61 (24.22% from 255) = 17.78%

R = 53.06%
G = 29.15%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B6643D (or 0xB6643D) is known color: Tuscany. HEX triplet: B6, 64 and 3D. RGB value is (182,100,61). Sum of RGB (Red+Green+Blue) = 182+100+61=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6643D is #499BC2. Grayscale: #787878. Windows color (decimal): -4824003 or 4023478. OLE color: 4023478.

HSL color Cylindrical-coordinate representation of color #B6643D: hue angle of 19.34º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6643D is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 61 -
CMYK 0 0.45 0.66 0.29
HSL 19.34º 0.5% 0.48% -
HSV(B) 19.34º 0.66% 0.71% -
XYZ 24.69 19.4 6.86 -
YUV 120.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 182 100 61 0 0.45 0.66 0.29 19.34 0.5 0.48
Hex B6 64 3D 0 2D 42 1D 13 32 30
Octal 266 144 75 0 55 102 35 23 62 60
Binary 10110110 1100100 111101 0 101101 1000010 11101 10011 110010 110000

Color Harmonies of #B6643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6643D

Black with #B6643D

Text Example


Text Example

White with #B6643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6643D; }

 p { color: rgb(182,100,61); }

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

background-color css

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

 a { background-color: rgb(182,100,61); }

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

border-color css

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

 span { border-color: rgb(182,100,61); }

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