Html Css Color HEX #9B6110 Golden Brown

📋 copy color: '#9B6110'

red 155 ◦ green 97 ◦ blue 16

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

Shades of Golden Brown #9B6110

Tints of Golden Brown #9B6110

RGB

 RED value IS 155 (60.94% from 255) = 57.84%

 GREEN value IS 97 (38.28% from 255) = 36.19%

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

R = 57.84%
G = 36.19%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B6110 (or 0x9B6110) is known color: Golden Brown. HEX triplet: 9B, 61 and 10. RGB value is (155,97,16). Sum of RGB (Red+Green+Blue) = 155+97+16=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6110 is #649EEF. Grayscale: #696969. Windows color (decimal): -6594288 or 1073563. OLE color: 1073563.

HSL color Cylindrical-coordinate representation of color #9B6110: hue angle of 34.96º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B6110 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 97 16 -
CMYK 0 0.37 0.90 0.39
HSL 34.96º 0.81% 0.34% -
HSV(B) 34.96º 0.9% 0.61% -
XYZ 17.89 15.56 2.55 -
YUV 105.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 155 97 16 0 0.37 0.90 0.39 34.96 0.81 0.34
Hex 9B 61 10 0 25 5A 27 23 51 22
Octal 233 141 20 0 45 132 47 43 121 42
Binary 10011011 1100001 10000 0 100101 1011010 100111 100011 1010001 100010

Color Harmonies of #9B6110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6110

Black with #9B6110

Text Example


Text Example

White with #9B6110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B6110; }

 p { color: rgb(155,97,16); }

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

background-color css

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

 a { background-color: rgb(155,97,16); }

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

border-color css

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

 span { border-color: rgb(155,97,16); }

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