Html Css Color HEX #95836B Squirrel

📋 copy color: '#95836B'

red 149 ◦ green 131 ◦ blue 107

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

Shades of Squirrel #95836B

Tints of Squirrel #95836B

RGB

 RED value IS 149 (58.59% from 255) = 38.5%

 GREEN value IS 131 (51.56% from 255) = 33.85%

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

R = 38.5%
G = 33.85%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95836B (or 0x95836B) is known color: Squirrel. HEX triplet: 95, 83 and 6B. RGB value is (149,131,107). Sum of RGB (Red+Green+Blue) = 149+131+107=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95836B is #6A7C94. Grayscale: #858585. Windows color (decimal): -6978709 or 7046037. OLE color: 7046037.

HSL color Cylindrical-coordinate representation of color #95836B: hue angle of 34.29º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95836B is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 107 -
CMYK 0 0.12 0.28 0.42
HSL 34.29º 0.17% 0.5% -
HSV(B) 34.29º 0.28% 0.58% -
XYZ 23.16 23.68 17.26 -
YUV 133.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 149 131 107 0 0.12 0.28 0.42 34.29 0.17 0.5
Hex 95 83 6B 0 C 1C 2A 22 11 32
Octal 225 203 153 0 14 34 52 42 21 62
Binary 10010101 10000011 1101011 0 1100 11100 101010 100010 10001 110010

Color Harmonies of #95836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95836B

Black with #95836B

Text Example


Text Example

White with #95836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95836B; }

 p { color: rgb(149,131,107); }

 H1.HeaderClassName
 {
   color: #95836B;
 }
 .AnyTagClassName
 {
   color: #95836B;
 }
</style>

background-color css

<style>
 a { background-color: #95836B; }

 a { background-color: rgb(149,131,107); }

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

border-color css

<style>
 span { border-color: #95836B; }

 span { border-color: rgb(149,131,107); }

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