Html Css Color HEX #958F5D Bandicoot

📋 copy color: '#958F5D'

red 149 ◦ green 143 ◦ blue 93

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

Shades of Bandicoot #958F5D

Tints of Bandicoot #958F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.14%

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

R = 38.7%
G = 37.14%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#958F5D (or 0x958F5D) is known color: Bandicoot. HEX triplet: 95, 8F and 5D. RGB value is (149,143,93). Sum of RGB (Red+Green+Blue) = 149+143+93=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #958F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F5D is #6A70A2. Grayscale: #8B8B8B. Windows color (decimal): -6975651 or 6131605. OLE color: 6131605.

HSL color Cylindrical-coordinate representation of color #958F5D: hue angle of 53.57º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958F5D is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 143 93 -
CMYK 0 0.04 0.38 0.42
HSL 53.57º 0.23% 0.47% -
HSV(B) 53.57º 0.38% 0.58% -
XYZ 24.19 26.82 14.26 -
YUV 139.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 149 143 93 0 0.04 0.38 0.42 53.57 0.23 0.47
Hex 95 8F 5D 0 4 26 2A 36 17 2F
Octal 225 217 135 0 4 46 52 66 27 57
Binary 10010101 10001111 1011101 0 100 100110 101010 110110 10111 101111

Color Harmonies of #958F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F5D

Black with #958F5D

Text Example


Text Example

White with #958F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958F5D; }

 p { color: rgb(149,143,93); }

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

background-color css

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

 a { background-color: rgb(149,143,93); }

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

border-color css

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

 span { border-color: rgb(149,143,93); }

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