Html Css Color HEX #B66610 Golden Brown

📋 copy color: '#B66610'

red 182 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #B66610

Tints of Golden Brown #B66610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 60.67%
G = 34%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B66610 (or 0xB66610) is known color: Golden Brown. HEX triplet: B6, 66 and 10. RGB value is (182,102,16). Sum of RGB (Red+Green+Blue) = 182+102+16=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B66610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66610 is #4999EF. Grayscale: #747474. Windows color (decimal): -4823536 or 1074870. OLE color: 1074870.

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

Color convert

RGB 182 102 16 -
CMYK 0 0.44 0.91 0.29
HSL 31.08º 0.84% 0.39% -
HSV(B) 31.08º 0.91% 0.71% -
XYZ 24.14 19.49 2.98 -
YUV 116.12 71.5 174.99 -
System Red Green Blue C M Y K H S L
Decimal 182 102 16 0 0.44 0.91 0.29 31.08 0.84 0.39
Hex B6 66 10 0 2C 5B 1D 1F 54 27
Octal 266 146 20 0 54 133 35 37 124 47
Binary 10110110 1100110 10000 0 101100 1011011 11101 11111 1010100 100111

Color Harmonies of #B66610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66610

Black with #B66610

Text Example


Text Example

White with #B66610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66610; }

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

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

background-color css

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

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

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

border-color css

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

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

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