Html Css Color HEX #8C8A63 Bandicoot

📋 copy color: '#8C8A63'

red 140 ◦ green 138 ◦ blue 99

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

Shades of Bandicoot #8C8A63

Tints of Bandicoot #8C8A63

RGB

 RED value IS 140 (55.08% from 255) = 37.14%

 GREEN value IS 138 (54.3% from 255) = 36.6%

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

R = 37.14%
G = 36.6%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C8A63 (or 0x8C8A63) is known color: Bandicoot. HEX triplet: 8C, 8A and 63. RGB value is (140,138,99). Sum of RGB (Red+Green+Blue) = 140+138+99=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8A63 is #73759C. Grayscale: #868686. Windows color (decimal): -7566749 or 6523532. OLE color: 6523532.

HSL color Cylindrical-coordinate representation of color #8C8A63: hue angle of 57.07º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C8A63 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 138 99 -
CMYK 0 0.01 0.29 0.45
HSL 57.07º 0.17% 0.47% -
HSV(B) 57.07º 0.29% 0.55% -
XYZ 22.16 24.65 15.4 -
YUV 134.15 108.16 132.17 -
System Red Green Blue C M Y K H S L
Decimal 140 138 99 0 0.01 0.29 0.45 57.07 0.17 0.47
Hex 8C 8A 63 0 1 1D 2D 39 11 2F
Octal 214 212 143 0 1 35 55 71 21 57
Binary 10001100 10001010 1100011 0 1 11101 101101 111001 10001 101111

Color Harmonies of #8C8A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8A63

Black with #8C8A63

Text Example


Text Example

White with #8C8A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C8A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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