Html Css Color HEX #B66800 Tenne (Tawny)

📋 copy color: '#B66800'

red 182 ◦ green 104 ◦ blue 0

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

Shades of Tenne (Tawny) #B66800

Tints of Tenne (Tawny) #B66800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.64%
G = 36.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B66800 (or 0xB66800) is known color: Tenne (Tawny). HEX triplet: B6, 68 and 00. RGB value is (182,104,0). Sum of RGB (Red+Green+Blue) = 182+104+0=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B66800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66800 is #4997FF. Grayscale: #737373. Windows color (decimal): -4823040 or 26806. OLE color: 26806.

HSL color Cylindrical-coordinate representation of color #B66800: hue angle of 34.29º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B66800 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 104 0 -
CMYK 0 0.43 1 0.29
HSL 34.29º 1% 0.36% -
HSV(B) 34.29º 1% 0.71% -
XYZ 24.24 19.85 2.55 -
YUV 115.47 62.84 175.46 -
System Red Green Blue C M Y K H S L
Decimal 182 104 0 0 0.43 1 0.29 34.29 1 0.36
Hex B6 68 0 0 2B 64 1D 22 64 24
Octal 266 150 0 0 53 144 35 42 144 44
Binary 10110110 1101000 0 0 101011 1100100 11101 100010 1100100 100100

Color Harmonies of #B66800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66800

Black with #B66800

Text Example


Text Example

White with #B66800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66800; }

 p { color: rgb(182,104,0); }

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

background-color css

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

 a { background-color: rgb(182,104,0); }

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

border-color css

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

 span { border-color: rgb(182,104,0); }

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