Html Css Color HEX #86975D Chelsea Cucumber

📋 copy color: '#86975D'

red 134 ◦ green 151 ◦ blue 93

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

Shades of Chelsea Cucumber #86975D

Tints of Chelsea Cucumber #86975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.95%

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 35.45%
G = 39.95%
B = 24.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#86975D (or 0x86975D) is known color: Chelsea Cucumber. HEX triplet: 86, 97 and 5D. RGB value is (134,151,93). Sum of RGB (Red+Green+Blue) = 134+151+93=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #86975D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86975D is #7968A2. Grayscale: #8B8B8B. Windows color (decimal): -7956643 or 6133638. OLE color: 6133638.

HSL color Cylindrical-coordinate representation of color #86975D: hue angle of 77.59º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86975D is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 151 93 -
CMYK 0.11 0 0.38 0.41
HSL 77.59º 0.24% 0.48% -
HSV(B) 77.59º 0.38% 0.59% -
XYZ 22.87 27.99 14.55 -
YUV 139.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 134 151 93 0.11 0 0.38 0.41 77.59 0.24 0.48
Hex 86 97 5D B 0 26 29 4E 18 30
Octal 206 227 135 13 0 46 51 116 30 60
Binary 10000110 10010111 1011101 1011 0 100110 101001 1001110 11000 110000

Color Harmonies of #86975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86975D

Black with #86975D

Text Example


Text Example

White with #86975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86975D; }

 p { color: rgb(134,151,93); }

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

background-color css

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

 a { background-color: rgb(134,151,93); }

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

border-color css

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

 span { border-color: rgb(134,151,93); }

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