Html Css Color HEX #B96610 Chocolate

📋 copy color: '#B96610'

red 185 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #B96610

Tints of Chocolate #B96610

RGB

 RED value IS 185 (72.66% from 255) = 61.06%

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

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

R = 61.06%
G = 33.66%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B96610 (or 0xB96610) is known color: Chocolate. HEX triplet: B9, 66 and 10. RGB value is (185,102,16). Sum of RGB (Red+Green+Blue) = 185+102+16=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B96610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96610 is #4699EF. Grayscale: #757575. Windows color (decimal): -4626928 or 1074873. OLE color: 1074873.

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

Color convert

RGB 185 102 16 -
CMYK 0 0.45 0.91 0.27
HSL 30.53º 0.84% 0.39% -
HSV(B) 30.53º 0.91% 0.73% -
XYZ 24.85 19.85 3.01 -
YUV 117.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 185 102 16 0 0.45 0.91 0.27 30.53 0.84 0.39
Hex B9 66 10 0 2D 5B 1B 1F 54 27
Octal 271 146 20 0 55 133 33 37 124 47
Binary 10111001 1100110 10000 0 101101 1011011 11011 11111 1010100 100111

Color Harmonies of #B96610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96610

Black with #B96610

Text Example


Text Example

White with #B96610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96610; }

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

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

background-color css

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

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

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

border-color css

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

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

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