Html Css Color HEX #9B6409 Golden Brown

📋 copy color: '#9B6409'

red 155 ◦ green 100 ◦ blue 9

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

Shades of Golden Brown #9B6409

Tints of Golden Brown #9B6409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.88%

 BLUE value IS 9 (3.91% from 255) = 3.41%

R = 58.71%
G = 37.88%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B6409 (or 0x9B6409) is known color: Golden Brown. HEX triplet: 9B, 64 and 09. RGB value is (155,100,9). Sum of RGB (Red+Green+Blue) = 155+100+9=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6409 is #649BF6. Grayscale: #6A6A6A. Windows color (decimal): -6593527 or 615579. OLE color: 615579.

HSL color Cylindrical-coordinate representation of color #9B6409: hue angle of 37.4º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B6409 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 100 9 -
CMYK 0 0.35 0.94 0.39
HSL 37.4º 0.89% 0.32% -
HSV(B) 37.4º 0.94% 0.61% -
XYZ 18.12 16.1 2.41 -
YUV 106.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 155 100 9 0 0.35 0.94 0.39 37.4 0.89 0.32
Hex 9B 64 9 0 23 5E 27 25 59 20
Octal 233 144 11 0 43 136 47 45 131 40
Binary 10011011 1100100 1001 0 100011 1011110 100111 100101 1011001 100000

Color Harmonies of #9B6409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6409

Black with #9B6409

Text Example


Text Example

White with #9B6409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,100,9); }

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

background-color css

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

 a { background-color: rgb(155,100,9); }

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

border-color css

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

 span { border-color: rgb(155,100,9); }

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