Html Css Color HEX #9B6600 Golden Brown

📋 copy color: '#9B6600'

red 155 ◦ green 102 ◦ blue 0

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

Shades of Golden Brown #9B6600

Tints of Golden Brown #9B6600

RGB

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

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

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

R = 60.31%
G = 39.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#9B6600 (or 0x9B6600) is known color: Golden Brown. HEX triplet: 9B, 66 and 00. RGB value is (155,102,0). Sum of RGB (Red+Green+Blue) = 155+102+0=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6600 is #6499FF. Grayscale: #6A6A6A. Windows color (decimal): -6593024 or 26267. OLE color: 26267.

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

Color convert

RGB 155 102 0 -
CMYK 0 0.34 1 0.39
HSL 39.48º 1% 0.3% -
HSV(B) 39.48º 1% 0.61% -
XYZ 18.27 16.47 2.22 -
YUV 106.22 68.06 162.79 -
System Red Green Blue C M Y K H S L
Decimal 155 102 0 0 0.34 1 0.39 39.48 1 0.3
Hex 9B 66 0 0 22 64 27 27 64 1E
Octal 233 146 0 0 42 144 47 47 144 36
Binary 10011011 1100110 0 0 100010 1100100 100111 100111 1100100 11110

Color Harmonies of #9B6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6600

Black with #9B6600

Text Example


Text Example

White with #9B6600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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