Html Css Color HEX #B96706 Tenne (Tawny)

📋 copy color: '#B96706'

red 185 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #B96706

Tints of Tenne (Tawny) #B96706

RGB

 RED value IS 185 (72.66% from 255) = 62.93%

 GREEN value IS 103 (40.63% from 255) = 35.03%

 BLUE value IS 6 (2.73% from 255) = 2.04%

R = 62.93%
G = 35.03%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B96706 (or 0xB96706) is known color: Tenne (Tawny). HEX triplet: B9, 67 and 06. RGB value is (185,103,6). Sum of RGB (Red+Green+Blue) = 185+103+6=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B96706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96706 is #4698F9. Grayscale: #747474. Windows color (decimal): -4626682 or 419769. OLE color: 419769.

HSL color Cylindrical-coordinate representation of color #B96706: hue angle of 32.51º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B96706 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 6 -
CMYK 0 0.44 0.97 0.27
HSL 32.51º 0.94% 0.37% -
HSV(B) 32.51º 0.97% 0.73% -
XYZ 24.89 20.03 2.73 -
YUV 116.46 65.67 176.89 -
System Red Green Blue C M Y K H S L
Decimal 185 103 6 0 0.44 0.97 0.27 32.51 0.94 0.37
Hex B9 67 6 0 2C 61 1B 21 5E 25
Octal 271 147 6 0 54 141 33 41 136 45
Binary 10111001 1100111 110 0 101100 1100001 11011 100001 1011110 100101

Color Harmonies of #B96706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96706

Black with #B96706

Text Example


Text Example

White with #B96706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96706; }

 p { color: rgb(185,103,6); }

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

background-color css

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

 a { background-color: rgb(185,103,6); }

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

border-color css

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

 span { border-color: rgb(185,103,6); }

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