Html Css Color HEX #918C63 Bandicoot

📋 copy color: '#918C63'

red 145 ◦ green 140 ◦ blue 99

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

Shades of Bandicoot #918C63

Tints of Bandicoot #918C63

RGB

 RED value IS 145 (57.03% from 255) = 37.76%

 GREEN value IS 140 (55.08% from 255) = 36.46%

 BLUE value IS 99 (39.06% from 255) = 25.78%

R = 37.76%
G = 36.46%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#918C63 (or 0x918C63) is known color: Bandicoot. HEX triplet: 91, 8C and 63. RGB value is (145,140,99). Sum of RGB (Red+Green+Blue) = 145+140+99=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #918C63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C63 is #6E739C. Grayscale: #888888. Windows color (decimal): -7238557 or 6524049. OLE color: 6524049.

HSL color Cylindrical-coordinate representation of color #918C63: hue angle of 53.48º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #918C63 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 140 99 -
CMYK 0 0.03 0.32 0.43
HSL 53.48º 0.19% 0.48% -
HSV(B) 53.48º 0.32% 0.57% -
XYZ 23.31 25.68 15.53 -
YUV 136.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 145 140 99 0 0.03 0.32 0.43 53.48 0.19 0.48
Hex 91 8C 63 0 3 20 2B 35 13 30
Octal 221 214 143 0 3 40 53 65 23 60
Binary 10010001 10001100 1100011 0 11 100000 101011 110101 10011 110000

Color Harmonies of #918C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C63

Black with #918C63

Text Example


Text Example

White with #918C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918C63; }

 p { color: rgb(145,140,99); }

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

background-color css

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

 a { background-color: rgb(145,140,99); }

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

border-color css

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

 span { border-color: rgb(145,140,99); }

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