Html Css Color HEX #9B6313 Golden Brown

📋 copy color: '#9B6313'

red 155 ◦ green 99 ◦ blue 19

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

Shades of Golden Brown #9B6313

Tints of Golden Brown #9B6313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.26%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 56.78%
G = 36.26%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9B6313 (or 0x9B6313) is known color: Golden Brown. HEX triplet: 9B, 63 and 13. RGB value is (155,99,19). Sum of RGB (Red+Green+Blue) = 155+99+19=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6313 is #649CEC. Grayscale: #6B6B6B. Windows color (decimal): -6593773 or 1270683. OLE color: 1270683.

HSL color Cylindrical-coordinate representation of color #9B6313: hue angle of 35.29º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B6313 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 19 -
CMYK 0 0.36 0.88 0.39
HSL 35.29º 0.78% 0.34% -
HSV(B) 35.29º 0.88% 0.61% -
XYZ 18.1 15.94 2.74 -
YUV 106.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 155 99 19 0 0.36 0.88 0.39 35.29 0.78 0.34
Hex 9B 63 13 0 24 58 27 23 4E 22
Octal 233 143 23 0 44 130 47 43 116 42
Binary 10011011 1100011 10011 0 100100 1011000 100111 100011 1001110 100010

Color Harmonies of #9B6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6313

Black with #9B6313

Text Example


Text Example

White with #9B6313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,99,19); }

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

background-color css

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

 a { background-color: rgb(155,99,19); }

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

border-color css

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

 span { border-color: rgb(155,99,19); }

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