Html Css Color HEX #9B6E1B Golden Brown

📋 copy color: '#9B6E1B'

red 155 ◦ green 110 ◦ blue 27

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

Shades of Golden Brown #9B6E1B

Tints of Golden Brown #9B6E1B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.67%

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 53.08%
G = 37.67%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B6E1B (or 0x9B6E1B) is known color: Golden Brown. HEX triplet: 9B, 6E and 1B. RGB value is (155,110,27). Sum of RGB (Red+Green+Blue) = 155+110+27=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E1B is #6491E4. Grayscale: #727272. Windows color (decimal): -6590949 or 1797787. OLE color: 1797787.

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

Color convert

RGB 155 110 27 -
CMYK 0 0.29 0.83 0.39
HSL 38.91º 0.7% 0.36% -
HSV(B) 38.91º 0.83% 0.61% -
XYZ 19.29 18.2 3.53 -
YUV 113.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 155 110 27 0 0.29 0.83 0.39 38.91 0.7 0.36
Hex 9B 6E 1B 0 1D 53 27 27 46 24
Octal 233 156 33 0 35 123 47 47 106 44
Binary 10011011 1101110 11011 0 11101 1010011 100111 100111 1000110 100100

Color Harmonies of #9B6E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E1B

Black with #9B6E1B

Text Example


Text Example

White with #9B6E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,110,27); }

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

background-color css

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

 a { background-color: rgb(155,110,27); }

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

border-color css

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

 span { border-color: rgb(155,110,27); }

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