Html Css Color HEX #86995F Chelsea Cucumber

📋 copy color: '#86995F'

red 134 ◦ green 153 ◦ blue 95

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

Shades of Chelsea Cucumber #86995F

Tints of Chelsea Cucumber #86995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 95 (37.5% from 255) = 24.87%

R = 35.08%
G = 40.05%
B = 24.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#86995F (or 0x86995F) is known color: Chelsea Cucumber. HEX triplet: 86, 99 and 5F. RGB value is (134,153,95). Sum of RGB (Red+Green+Blue) = 134+153+95=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #86995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86995F is #7966A0. Grayscale: #8C8C8C. Windows color (decimal): -7956129 or 6265222. OLE color: 6265222.

HSL color Cylindrical-coordinate representation of color #86995F: hue angle of 79.66º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86995F is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 95 -
CMYK 0.12 0 0.38 0.4
HSL 79.66º 0.23% 0.49% -
HSV(B) 79.66º 0.38% 0.6% -
XYZ 23.29 28.68 15.13 -
YUV 140.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 134 153 95 0.12 0 0.38 0.4 79.66 0.23 0.49
Hex 86 99 5F C 0 26 28 50 17 31
Octal 206 231 137 14 0 46 50 120 27 61
Binary 10000110 10011001 1011111 1100 0 100110 101000 1010000 10111 110001

Color Harmonies of #86995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86995F

Black with #86995F

Text Example


Text Example

White with #86995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86995F; }

 p { color: rgb(134,153,95); }

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

background-color css

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

 a { background-color: rgb(134,153,95); }

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

border-color css

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

 span { border-color: rgb(134,153,95); }

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