Html Css Color HEX #8C8665 Bandicoot

📋 copy color: '#8C8665'

red 140 ◦ green 134 ◦ blue 101

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

Shades of Bandicoot #8C8665

Tints of Bandicoot #8C8665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 101 (39.84% from 255) = 26.93%

R = 37.33%
G = 35.73%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C8665 (or 0x8C8665) is known color: Bandicoot. HEX triplet: 8C, 86 and 65. RGB value is (140,134,101). Sum of RGB (Red+Green+Blue) = 140+134+101=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8665 is #73799A. Grayscale: #848484. Windows color (decimal): -7567771 or 6653580. OLE color: 6653580.

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

Color convert

RGB 140 134 101 -
CMYK 0 0.04 0.28 0.45
HSL 50.77º 0.16% 0.47% -
HSV(B) 50.77º 0.28% 0.55% -
XYZ 21.69 23.57 15.72 -
YUV 132.03 110.49 133.68 -
System Red Green Blue C M Y K H S L
Decimal 140 134 101 0 0.04 0.28 0.45 50.77 0.16 0.47
Hex 8C 86 65 0 4 1C 2D 33 10 2F
Octal 214 206 145 0 4 34 55 63 20 57
Binary 10001100 10000110 1100101 0 100 11100 101101 110011 10000 101111

Color Harmonies of #8C8665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8665

Black with #8C8665

Text Example


Text Example

White with #8C8665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,134,101); }

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

background-color css

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

 a { background-color: rgb(140,134,101); }

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

border-color css

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

 span { border-color: rgb(140,134,101); }

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