Html Css Color HEX #B9660D Tenne (Tawny)

📋 copy color: '#B9660D'

red 185 ◦ green 102 ◦ blue 13

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

Shades of Tenne (Tawny) #B9660D

Tints of Tenne (Tawny) #B9660D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 61.67%
G = 34%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9660D (or 0xB9660D) is known color: Tenne (Tawny). HEX triplet: B9, 66 and 0D. RGB value is (185,102,13). Sum of RGB (Red+Green+Blue) = 185+102+13=300 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 185 - color contains mainly: red. Hex color #B9660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9660D is #4699F2. Grayscale: #757575. Windows color (decimal): -4626931 or 878265. OLE color: 878265.

HSL color Cylindrical-coordinate representation of color #B9660D: hue angle of 31.05º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9660D is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 13 -
CMYK 0 0.45 0.93 0.27
HSL 31.05º 0.87% 0.39% -
HSV(B) 31.05º 0.93% 0.73% -
XYZ 24.83 19.85 2.9 -
YUV 116.67 69.5 176.74 -
System Red Green Blue C M Y K H S L
Decimal 185 102 13 0 0.45 0.93 0.27 31.05 0.87 0.39
Hex B9 66 D 0 2D 5D 1B 1F 57 27
Octal 271 146 15 0 55 135 33 37 127 47
Binary 10111001 1100110 1101 0 101101 1011101 11011 11111 1010111 100111

Color Harmonies of #B9660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9660D

Black with #B9660D

Text Example


Text Example

White with #B9660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9660D; }

 p { color: rgb(185,102,13); }

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

background-color css

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

 a { background-color: rgb(185,102,13); }

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

border-color css

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

 span { border-color: rgb(185,102,13); }

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