Html Css Color HEX #B6613C Smoke Tree

📋 copy color: '#B6613C'

red 182 ◦ green 97 ◦ blue 60

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

Shades of Smoke Tree #B6613C

Tints of Smoke Tree #B6613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

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

R = 53.69%
G = 28.61%
B = 17.7%

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

#B6613C (or 0xB6613C) is known color: Smoke Tree. HEX triplet: B6, 61 and 3C. RGB value is (182,97,60). Sum of RGB (Red+Green+Blue) = 182+97+60=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6613C is #499EC3. Grayscale: #767676. Windows color (decimal): -4824772 or 3957174. OLE color: 3957174.

HSL color Cylindrical-coordinate representation of color #B6613C: hue angle of 18.2º 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 #B6613C is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 97 60 -
CMYK 0 0.47 0.67 0.29
HSL 18.2º 0.5% 0.47% -
HSV(B) 18.2º 0.67% 0.71% -
XYZ 24.38 18.82 6.62 -
YUV 118.2 95.16 173.51 -
System Red Green Blue C M Y K H S L
Decimal 182 97 60 0 0.47 0.67 0.29 18.2 0.5 0.47
Hex B6 61 3C 0 2F 43 1D 12 32 2F
Octal 266 141 74 0 57 103 35 22 62 57
Binary 10110110 1100001 111100 0 101111 1000011 11101 10010 110010 101111

Color Harmonies of #B6613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6613C

Black with #B6613C

Text Example


Text Example

White with #B6613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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