Html Css Color HEX #B6603C Smoke Tree

📋 copy color: '#B6603C'

red 182 ◦ green 96 ◦ blue 60

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

Shades of Smoke Tree #B6603C

Tints of Smoke Tree #B6603C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 53.85%
G = 28.4%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6603C (or 0xB6603C) is known color: Smoke Tree. HEX triplet: B6, 60 and 3C. RGB value is (182,96,60). Sum of RGB (Red+Green+Blue) = 182+96+60=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B6603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6603C is #499FC3. Grayscale: #757575. Windows color (decimal): -4825028 or 3956918. OLE color: 3956918.

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

Color convert

RGB 182 96 60 -
CMYK 0 0.47 0.67 0.29
HSL 17.7º 0.5% 0.47% -
HSV(B) 17.7º 0.67% 0.71% -
XYZ 24.29 18.64 6.59 -
YUV 117.61 95.49 173.93 -
System Red Green Blue C M Y K H S L
Decimal 182 96 60 0 0.47 0.67 0.29 17.7 0.5 0.47
Hex B6 60 3C 0 2F 43 1D 12 32 2F
Octal 266 140 74 0 57 103 35 22 62 57
Binary 10110110 1100000 111100 0 101111 1000011 11101 10010 110010 101111

Color Harmonies of #B6603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6603C

Black with #B6603C

Text Example


Text Example

White with #B6603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6603C; }

 p { color: rgb(182,96,60); }

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

background-color css

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

 a { background-color: rgb(182,96,60); }

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

border-color css

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

 span { border-color: rgb(182,96,60); }

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