Html Css Color HEX #958269 Squirrel

📋 copy color: '#958269'

red 149 ◦ green 130 ◦ blue 105

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

Shades of Squirrel #958269

Tints of Squirrel #958269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

 BLUE value IS 105 (41.41% from 255) = 27.34%

R = 38.8%
G = 33.85%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#958269 (or 0x958269) is known color: Squirrel. HEX triplet: 95, 82 and 69. RGB value is (149,130,105). Sum of RGB (Red+Green+Blue) = 149+130+105=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #958269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958269 is #6A7D96. Grayscale: #848484. Windows color (decimal): -6978967 or 6914709. OLE color: 6914709.

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

Color convert

RGB 149 130 105 -
CMYK 0 0.13 0.30 0.42
HSL 34.09º 0.17% 0.5% -
HSV(B) 34.09º 0.3% 0.58% -
XYZ 22.93 23.37 16.67 -
YUV 132.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 149 130 105 0 0.13 0.30 0.42 34.09 0.17 0.5
Hex 95 82 69 0 D 1E 2A 22 11 32
Octal 225 202 151 0 15 36 52 42 21 62
Binary 10010101 10000010 1101001 0 1101 11110 101010 100010 10001 110010

Color Harmonies of #958269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958269

Black with #958269

Text Example


Text Example

White with #958269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958269; }

 p { color: rgb(149,130,105); }

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

background-color css

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

 a { background-color: rgb(149,130,105); }

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

border-color css

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

 span { border-color: rgb(149,130,105); }

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