Html Css Color HEX #9B560B Golden Brown

📋 copy color: '#9B560B'

red 155 ◦ green 86 ◦ blue 11

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

Shades of Golden Brown #9B560B

Tints of Golden Brown #9B560B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

 BLUE value IS 11 (4.69% from 255) = 4.37%

R = 61.51%
G = 34.13%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#9B560B (or 0x9B560B) is known color: Golden Brown. HEX triplet: 9B, 56 and 0B. RGB value is (155,86,11). Sum of RGB (Red+Green+Blue) = 155+86+11=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B560B is #64A9F4. Grayscale: #626262. Windows color (decimal): -6597109 or 743067. OLE color: 743067.

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

Color convert

RGB 155 86 11 -
CMYK 0 0.45 0.93 0.39
HSL 31.25º 0.87% 0.33% -
HSV(B) 31.25º 0.93% 0.61% -
XYZ 16.91 13.65 2.06 -
YUV 98.08 78.86 168.6 -
System Red Green Blue C M Y K H S L
Decimal 155 86 11 0 0.45 0.93 0.39 31.25 0.87 0.33
Hex 9B 56 B 0 2D 5D 27 1F 57 21
Octal 233 126 13 0 55 135 47 37 127 41
Binary 10011011 1010110 1011 0 101101 1011101 100111 11111 1010111 100001

Color Harmonies of #9B560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B560B

Black with #9B560B

Text Example


Text Example

White with #9B560B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,86,11); }

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

background-color css

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

 a { background-color: rgb(155,86,11); }

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

border-color css

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

 span { border-color: rgb(155,86,11); }

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