Html Css Color HEX #868753 Bandicoot

📋 copy color: '#868753'

red 134 ◦ green 135 ◦ blue 83

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

Shades of Bandicoot #868753

Tints of Bandicoot #868753

RGB

 RED value IS 134 (52.73% from 255) = 38.07%

 GREEN value IS 135 (53.13% from 255) = 38.35%

 BLUE value IS 83 (32.81% from 255) = 23.58%

R = 38.07%
G = 38.35%
B = 23.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#868753 (or 0x868753) is known color: Bandicoot. HEX triplet: 86, 87 and 53. RGB value is (134,135,83). Sum of RGB (Red+Green+Blue) = 134+135+83=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #868753 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868753 is #7978AC. Grayscale: #808080. Windows color (decimal): -7960749 or 5474182. OLE color: 5474182.

HSL color Cylindrical-coordinate representation of color #868753: hue angle of 61.15º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #868753 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 135 83 -
CMYK 0.01 0 0.39 0.47
HSL 61.15º 0.24% 0.43% -
HSV(B) 61.15º 0.39% 0.53% -
XYZ 20.06 23.02 11.57 -
YUV 128.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 134 135 83 0.01 0 0.39 0.47 61.15 0.24 0.43
Hex 86 87 53 1 0 27 2F 3D 18 2B
Octal 206 207 123 1 0 47 57 75 30 53
Binary 10000110 10000111 1010011 1 0 100111 101111 111101 11000 101011

Color Harmonies of #868753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868753

Black with #868753

Text Example


Text Example

White with #868753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868753; }

 p { color: rgb(134,135,83); }

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

background-color css

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

 a { background-color: rgb(134,135,83); }

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

border-color css

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

 span { border-color: rgb(134,135,83); }

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