Html Css Color HEX #9B765D Beaver

📋 copy color: '#9B765D'

red 155 ◦ green 118 ◦ blue 93

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

Shades of Beaver #9B765D

Tints of Beaver #9B765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.24%

 BLUE value IS 93 (36.72% from 255) = 25.41%

R = 42.35%
G = 32.24%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B765D (or 0x9B765D) is known color: Beaver. HEX triplet: 9B, 76 and 5D. RGB value is (155,118,93). Sum of RGB (Red+Green+Blue) = 155+118+93=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B765D is #6489A2. Grayscale: #7E7E7E. Windows color (decimal): -6588835 or 6125211. OLE color: 6125211.

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

Color convert

RGB 155 118 93 -
CMYK 0 0.24 0.4 0.39
HSL 24.19º 0.25% 0.49% -
HSV(B) 24.19º 0.4% 0.61% -
XYZ 21.97 20.72 13.2 -
YUV 126.21 109.26 148.53 -
System Red Green Blue C M Y K H S L
Decimal 155 118 93 0 0.24 0.4 0.39 24.19 0.25 0.49
Hex 9B 76 5D 0 18 28 27 18 19 31
Octal 233 166 135 0 30 50 47 30 31 61
Binary 10011011 1110110 1011101 0 11000 101000 100111 11000 11001 110001

Color Harmonies of #9B765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B765D

Black with #9B765D

Text Example


Text Example

White with #9B765D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,118,93); }

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

background-color css

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

 a { background-color: rgb(155,118,93); }

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

border-color css

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

 span { border-color: rgb(155,118,93); }

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