Html Css Color HEX #9B6312 Golden Brown

📋 copy color: '#9B6312'

red 155 ◦ green 99 ◦ blue 18

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

Shades of Golden Brown #9B6312

Tints of Golden Brown #9B6312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.62%

R = 56.99%
G = 36.4%
B = 6.62%

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

#9B6312 (or 0x9B6312) is known color: Golden Brown. HEX triplet: 9B, 63 and 12. RGB value is (155,99,18). Sum of RGB (Red+Green+Blue) = 155+99+18=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6312 is #649CED. Grayscale: #6A6A6A. Windows color (decimal): -6593774 or 1205147. OLE color: 1205147.

HSL color Cylindrical-coordinate representation of color #9B6312: hue angle of 35.47º degrees, saturation: 0.79, 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 #9B6312 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 18 -
CMYK 0 0.36 0.88 0.39
HSL 35.47º 0.79% 0.34% -
HSV(B) 35.47º 0.88% 0.61% -
XYZ 18.09 15.94 2.69 -
YUV 106.51 78.05 162.59 -
System Red Green Blue C M Y K H S L
Decimal 155 99 18 0 0.36 0.88 0.39 35.47 0.79 0.34
Hex 9B 63 12 0 24 58 27 23 4F 22
Octal 233 143 22 0 44 130 47 43 117 42
Binary 10011011 1100011 10010 0 100100 1011000 100111 100011 1001111 100010

Color Harmonies of #9B6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6312

Black with #9B6312

Text Example


Text Example

White with #9B6312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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