Html Css Color HEX #9B755C Beaver

📋 copy color: '#9B755C'

red 155 ◦ green 117 ◦ blue 92

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

Shades of Beaver #9B755C

Tints of Beaver #9B755C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 42.58%
G = 32.14%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B755C (or 0x9B755C) is known color: Beaver. HEX triplet: 9B, 75 and 5C. RGB value is (155,117,92). Sum of RGB (Red+Green+Blue) = 155+117+92=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B755C is #648AA3. Grayscale: #7D7D7D. Windows color (decimal): -6589092 or 6059419. OLE color: 6059419.

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

Color convert

RGB 155 117 92 -
CMYK 0 0.25 0.41 0.39
HSL 23.81º 0.26% 0.48% -
HSV(B) 23.81º 0.41% 0.61% -
XYZ 21.81 20.46 12.93 -
YUV 125.51 109.09 149.03 -
System Red Green Blue C M Y K H S L
Decimal 155 117 92 0 0.25 0.41 0.39 23.81 0.26 0.48
Hex 9B 75 5C 0 19 29 27 18 1A 30
Octal 233 165 134 0 31 51 47 30 32 60
Binary 10011011 1110101 1011100 0 11001 101001 100111 11000 11010 110000

Color Harmonies of #9B755C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B755C

Black with #9B755C

Text Example


Text Example

White with #9B755C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,117,92); }

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

background-color css

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

 a { background-color: rgb(155,117,92); }

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

border-color css

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

 span { border-color: rgb(155,117,92); }

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