Html Css Color HEX #9B5306 Golden Brown

📋 copy color: '#9B5306'

red 155 ◦ green 83 ◦ blue 6

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

Shades of Golden Brown #9B5306

Tints of Golden Brown #9B5306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.02%

 BLUE value IS 6 (2.73% from 255) = 2.46%

R = 63.52%
G = 34.02%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9B5306 (or 0x9B5306) is known color: Golden Brown. HEX triplet: 9B, 53 and 06. RGB value is (155,83,6). Sum of RGB (Red+Green+Blue) = 155+83+6=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5306 is #64ACF9. Grayscale: #606060. Windows color (decimal): -6597882 or 414619. OLE color: 414619.

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

Color convert

RGB 155 83 6 -
CMYK 0 0.46 0.96 0.39
HSL 31.01º 0.93% 0.32% -
HSV(B) 31.01º 0.96% 0.61% -
XYZ 16.64 13.17 1.84 -
YUV 95.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 155 83 6 0 0.46 0.96 0.39 31.01 0.93 0.32
Hex 9B 53 6 0 2E 60 27 1F 5D 20
Octal 233 123 6 0 56 140 47 37 135 40
Binary 10011011 1010011 110 0 101110 1100000 100111 11111 1011101 100000

Color Harmonies of #9B5306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5306

Black with #9B5306

Text Example


Text Example

White with #9B5306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,83,6); }

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

background-color css

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

 a { background-color: rgb(155,83,6); }

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

border-color css

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

 span { border-color: rgb(155,83,6); }

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