Html Css Color HEX #969059 Bandicoot

📋 copy color: '#969059'

red 150 ◦ green 144 ◦ blue 89

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

Shades of Bandicoot #969059

Tints of Bandicoot #969059

RGB

 RED value IS 150 (58.98% from 255) = 39.16%

 GREEN value IS 144 (56.64% from 255) = 37.6%

 BLUE value IS 89 (35.16% from 255) = 23.24%

R = 39.16%
G = 37.6%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#969059 (or 0x969059) is known color: Bandicoot. HEX triplet: 96, 90 and 59. RGB value is (150,144,89). Sum of RGB (Red+Green+Blue) = 150+144+89=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #969059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969059 is #696FA6. Grayscale: #8B8B8B. Windows color (decimal): -6909863 or 5869718. OLE color: 5869718.

HSL color Cylindrical-coordinate representation of color #969059: hue angle of 54.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #969059 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 144 89 -
CMYK 0 0.04 0.41 0.41
HSL 54.1º 0.26% 0.47% -
HSV(B) 54.1º 0.41% 0.59% -
XYZ 24.35 27.15 13.41 -
YUV 139.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 150 144 89 0 0.04 0.41 0.41 54.1 0.26 0.47
Hex 96 90 59 0 4 29 29 36 1A 2F
Octal 226 220 131 0 4 51 51 66 32 57
Binary 10010110 10010000 1011001 0 100 101001 101001 110110 11010 101111

Color Harmonies of #969059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969059

Black with #969059

Text Example


Text Example

White with #969059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969059; }

 p { color: rgb(150,144,89); }

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

background-color css

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

 a { background-color: rgb(150,144,89); }

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

border-color css

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

 span { border-color: rgb(150,144,89); }

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