Html Css Color HEX #9B6E1D Golden Brown

📋 copy color: '#9B6E1D'

red 155 ◦ green 110 ◦ blue 29

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

Shades of Golden Brown #9B6E1D

Tints of Golden Brown #9B6E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 52.72%
G = 37.41%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B6E1D (or 0x9B6E1D) is known color: Golden Brown. HEX triplet: 9B, 6E and 1D. RGB value is (155,110,29). Sum of RGB (Red+Green+Blue) = 155+110+29=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E1D is #6491E2. Grayscale: #727272. Windows color (decimal): -6590947 or 1928859. OLE color: 1928859.

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

Color convert

RGB 155 110 29 -
CMYK 0 0.29 0.81 0.39
HSL 38.57º 0.68% 0.36% -
HSV(B) 38.57º 0.81% 0.61% -
XYZ 19.32 18.21 3.66 -
YUV 114.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 155 110 29 0 0.29 0.81 0.39 38.57 0.68 0.36
Hex 9B 6E 1D 0 1D 51 27 27 44 24
Octal 233 156 35 0 35 121 47 47 104 44
Binary 10011011 1101110 11101 0 11101 1010001 100111 100111 1000100 100100

Color Harmonies of #9B6E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E1D

Black with #9B6E1D

Text Example


Text Example

White with #9B6E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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