Html Css Color HEX #9B6010 Golden Brown

📋 copy color: '#9B6010'

red 155 ◦ green 96 ◦ blue 16

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

Shades of Golden Brown #9B6010

Tints of Golden Brown #9B6010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.96%

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

R = 58.05%
G = 35.96%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B6010 (or 0x9B6010) is known color: Golden Brown. HEX triplet: 9B, 60 and 10. RGB value is (155,96,16). Sum of RGB (Red+Green+Blue) = 155+96+16=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6010 is #649FEF. Grayscale: #686868. Windows color (decimal): -6594544 or 1073307. OLE color: 1073307.

HSL color Cylindrical-coordinate representation of color #9B6010: hue angle of 34.53º 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 #9B6010 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 96 16 -
CMYK 0 0.38 0.90 0.39
HSL 34.53º 0.81% 0.34% -
HSV(B) 34.53º 0.9% 0.61% -
XYZ 17.79 15.37 2.52 -
YUV 104.52 78.05 164 -
System Red Green Blue C M Y K H S L
Decimal 155 96 16 0 0.38 0.90 0.39 34.53 0.81 0.34
Hex 9B 60 10 0 26 5A 27 23 51 22
Octal 233 140 20 0 46 132 47 43 121 42
Binary 10011011 1100000 10000 0 100110 1011010 100111 100011 1010001 100010

Color Harmonies of #9B6010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6010

Black with #9B6010

Text Example


Text Example

White with #9B6010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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