Html Css Color HEX #B66607 Tenne (Tawny)

📋 copy color: '#B66607'

red 182 ◦ green 102 ◦ blue 7

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

Shades of Tenne (Tawny) #B66607

Tints of Tenne (Tawny) #B66607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.05%

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

R = 62.54%
G = 35.05%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B66607 (or 0xB66607) is known color: Tenne (Tawny). HEX triplet: B6, 66 and 07. RGB value is (182,102,7). Sum of RGB (Red+Green+Blue) = 182+102+7=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B66607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66607 is #4999F8. Grayscale: #737373. Windows color (decimal): -4823545 or 485046. OLE color: 485046.

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

Color convert

RGB 182 102 7 -
CMYK 0 0.44 0.96 0.29
HSL 32.57º 0.93% 0.37% -
HSV(B) 32.57º 0.96% 0.71% -
XYZ 24.08 19.46 2.69 -
YUV 115.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 182 102 7 0 0.44 0.96 0.29 32.57 0.93 0.37
Hex B6 66 7 0 2C 60 1D 21 5D 25
Octal 266 146 7 0 54 140 35 41 135 45
Binary 10110110 1100110 111 0 101100 1100000 11101 100001 1011101 100101

Color Harmonies of #B66607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66607

Black with #B66607

Text Example


Text Example

White with #B66607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66607; }

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

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

background-color css

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

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

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

border-color css

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

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

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