Html Css Color HEX #B66608 Tenne (Tawny)

📋 copy color: '#B66608'

red 182 ◦ green 102 ◦ blue 8

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

Shades of Tenne (Tawny) #B66608

Tints of Tenne (Tawny) #B66608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 62.33%
G = 34.93%
B = 2.74%

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

#B66608 (or 0xB66608) is known color: Tenne (Tawny). HEX triplet: B6, 66 and 08. RGB value is (182,102,8). Sum of RGB (Red+Green+Blue) = 182+102+8=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B66608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66608 is #4999F7. Grayscale: #737373. Windows color (decimal): -4823544 or 550582. OLE color: 550582.

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

Color convert

RGB 182 102 8 -
CMYK 0 0.44 0.96 0.29
HSL 32.41º 0.92% 0.37% -
HSV(B) 32.41º 0.96% 0.71% -
XYZ 24.09 19.47 2.72 -
YUV 115.2 67.5 175.64 -
System Red Green Blue C M Y K H S L
Decimal 182 102 8 0 0.44 0.96 0.29 32.41 0.92 0.37
Hex B6 66 8 0 2C 60 1D 20 5C 25
Octal 266 146 10 0 54 140 35 40 134 45
Binary 10110110 1100110 1000 0 101100 1100000 11101 100000 1011100 100101

Color Harmonies of #B66608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66608

Black with #B66608

Text Example


Text Example

White with #B66608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66608; }

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

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

background-color css

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

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

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

border-color css

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

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

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