Html Css Color HEX #B66407 Tenne (Tawny)

📋 copy color: '#B66407'

red 182 ◦ green 100 ◦ blue 7

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

Shades of Tenne (Tawny) #B66407

Tints of Tenne (Tawny) #B66407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.42%

R = 62.98%
G = 34.6%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B66407 (or 0xB66407) is known color: Tenne (Tawny). HEX triplet: B6, 64 and 07. RGB value is (182,100,7). Sum of RGB (Red+Green+Blue) = 182+100+7=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B66407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66407 is #499BF8. Grayscale: #727272. Windows color (decimal): -4824057 or 484534. OLE color: 484534.

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

Color convert

RGB 182 100 7 -
CMYK 0 0.45 0.96 0.29
HSL 31.89º 0.93% 0.37% -
HSV(B) 31.89º 0.96% 0.71% -
XYZ 23.89 19.07 2.62 -
YUV 113.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 182 100 7 0 0.45 0.96 0.29 31.89 0.93 0.37
Hex B6 64 7 0 2D 60 1D 20 5D 25
Octal 266 144 7 0 55 140 35 40 135 45
Binary 10110110 1100100 111 0 101101 1100000 11101 100000 1011101 100101

Color Harmonies of #B66407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66407

Black with #B66407

Text Example


Text Example

White with #B66407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66407; }

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

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

background-color css

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

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

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

border-color css

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

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

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