Html Css Color HEX #B7660E Tenne (Tawny)

📋 copy color: '#B7660E'

red 183 ◦ green 102 ◦ blue 14

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

Shades of Tenne (Tawny) #B7660E

Tints of Tenne (Tawny) #B7660E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 61.2%
G = 34.11%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7660E (or 0xB7660E) is known color: Tenne (Tawny). HEX triplet: B7, 66 and 0E. RGB value is (183,102,14). Sum of RGB (Red+Green+Blue) = 183+102+14=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B7660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7660E is #4899F1. Grayscale: #747474. Windows color (decimal): -4758002 or 943799. OLE color: 943799.

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

Color convert

RGB 183 102 14 -
CMYK 0 0.44 0.92 0.28
HSL 31.24º 0.86% 0.39% -
HSV(B) 31.24º 0.92% 0.72% -
XYZ 24.36 19.6 2.92 -
YUV 116.19 70.34 175.66 -
System Red Green Blue C M Y K H S L
Decimal 183 102 14 0 0.44 0.92 0.28 31.24 0.86 0.39
Hex B7 66 E 0 2C 5C 1C 1F 56 27
Octal 267 146 16 0 54 134 34 37 126 47
Binary 10110111 1100110 1110 0 101100 1011100 11100 11111 1010110 100111

Color Harmonies of #B7660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7660E

Black with #B7660E

Text Example


Text Example

White with #B7660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7660E; }

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

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

background-color css

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

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

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

border-color css

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

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

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