Html Css Color HEX #9B6000 Golden Brown

📋 copy color: '#9B6000'

red 155 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #9B6000

Tints of Golden Brown #9B6000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.75%
G = 38.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#9B6000 (or 0x9B6000) is known color: Golden Brown. HEX triplet: 9B, 60 and 00. RGB value is (155,96,0). Sum of RGB (Red+Green+Blue) = 155+96+0=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6000 is #649FFF. Grayscale: #676767. Windows color (decimal): -6594560 or 24731. OLE color: 24731.

HSL color Cylindrical-coordinate representation of color #9B6000: hue angle of 37.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B6000 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 96 0 -
CMYK 0 0.38 1 0.39
HSL 37.16º 1% 0.3% -
HSV(B) 37.16º 1% 0.61% -
XYZ 17.7 15.33 2.03 -
YUV 102.7 70.05 165.31 -
System Red Green Blue C M Y K H S L
Decimal 155 96 0 0 0.38 1 0.39 37.16 1 0.3
Hex 9B 60 0 0 26 64 27 25 64 1E
Octal 233 140 0 0 46 144 47 45 144 36
Binary 10011011 1100000 0 0 100110 1100100 100111 100101 1100100 11110

Color Harmonies of #9B6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6000

Black with #9B6000

Text Example


Text Example

White with #9B6000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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