Html Css Color HEX #B6660E Golden Brown

📋 copy color: '#B6660E'

red 182 ◦ green 102 ◦ blue 14

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

Shades of Golden Brown #B6660E

Tints of Golden Brown #B6660E

RGB

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

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

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

R = 61.07%
G = 34.23%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6660E (or 0xB6660E) is known color: Golden Brown. HEX triplet: B6, 66 and 0E. RGB value is (182,102,14). Sum of RGB (Red+Green+Blue) = 182+102+14=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B6660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6660E is #4999F1. Grayscale: #747474. Windows color (decimal): -4823538 or 943798. OLE color: 943798.

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

Color convert

RGB 182 102 14 -
CMYK 0 0.44 0.92 0.29
HSL 31.43º 0.86% 0.38% -
HSV(B) 31.43º 0.92% 0.71% -
XYZ 24.12 19.48 2.9 -
YUV 115.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 182 102 14 0 0.44 0.92 0.29 31.43 0.86 0.38
Hex B6 66 E 0 2C 5C 1D 1F 56 26
Octal 266 146 16 0 54 134 35 37 126 46
Binary 10110110 1100110 1110 0 101100 1011100 11101 11111 1010110 100110

Color Harmonies of #B6660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6660E

Black with #B6660E

Text Example


Text Example

White with #B6660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6660E; }

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

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

background-color css

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

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

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

border-color css

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

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

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