Html Css Color HEX #9B746B Hemp

📋 copy color: '#9B746B'

red 155 ◦ green 116 ◦ blue 107

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

Shades of Hemp #9B746B

Tints of Hemp #9B746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 41.01%
G = 30.69%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B746B (or 0x9B746B) is known color: Hemp. HEX triplet: 9B, 74 and 6B. RGB value is (155,116,107). Sum of RGB (Red+Green+Blue) = 155+116+107=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B746B is #648B94. Grayscale: #7E7E7E. Windows color (decimal): -6589333 or 7042203. OLE color: 7042203.

HSL color Cylindrical-coordinate representation of color #9B746B: hue angle of 11.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B746B is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 116 107 -
CMYK 0 0.25 0.31 0.39
HSL 11.25º 0.19% 0.51% -
HSV(B) 11.25º 0.31% 0.61% -
XYZ 22.42 20.52 16.69 -
YUV 126.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 155 116 107 0 0.25 0.31 0.39 11.25 0.19 0.51
Hex 9B 74 6B 0 19 1F 27 B 13 33
Octal 233 164 153 0 31 37 47 13 23 63
Binary 10011011 1110100 1101011 0 11001 11111 100111 1011 10011 110011

Color Harmonies of #9B746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B746B

Black with #9B746B

Text Example


Text Example

White with #9B746B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,116,107); }

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

background-color css

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

 a { background-color: rgb(155,116,107); }

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

border-color css

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

 span { border-color: rgb(155,116,107); }

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