Html Css Color HEX #B7660D Tenne (Tawny)

📋 copy color: '#B7660D'

red 183 ◦ green 102 ◦ blue 13

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

Shades of Tenne (Tawny) #B7660D

Tints of Tenne (Tawny) #B7660D

RGB

 RED value IS 183 (71.88% from 255) = 61.41%

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

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

R = 61.41%
G = 34.23%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7660D (or 0xB7660D) is known color: Tenne (Tawny). HEX triplet: B7, 66 and 0D. RGB value is (183,102,13). Sum of RGB (Red+Green+Blue) = 183+102+13=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 13 (5.47% from 255 or 4.36% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7660D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7660D is #4899F2. Grayscale: #747474. Windows color (decimal): -4758003 or 878263. OLE color: 878263.

HSL color Cylindrical-coordinate representation of color #B7660D: hue angle of 31.41º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7660D is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 102 13 -
CMYK 0 0.44 0.93 0.28
HSL 31.41º 0.87% 0.38% -
HSV(B) 31.41º 0.93% 0.72% -
XYZ 24.35 19.6 2.88 -
YUV 116.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 183 102 13 0 0.44 0.93 0.28 31.41 0.87 0.38
Hex B7 66 D 0 2C 5D 1C 1F 57 26
Octal 267 146 15 0 54 135 34 37 127 46
Binary 10110111 1100110 1101 0 101100 1011101 11100 11111 1010111 100110

Color Harmonies of #B7660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7660D

Black with #B7660D

Text Example


Text Example

White with #B7660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7660D; }

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

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

background-color css

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

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

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

border-color css

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

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

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