Html Css Color HEX #86975C Chelsea Cucumber

📋 copy color: '#86975C'

red 134 ◦ green 151 ◦ blue 92

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

Shades of Chelsea Cucumber #86975C

Tints of Chelsea Cucumber #86975C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 35.54%
G = 40.05%
B = 24.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#86975C (or 0x86975C) is known color: Chelsea Cucumber. HEX triplet: 86, 97 and 5C. RGB value is (134,151,92). Sum of RGB (Red+Green+Blue) = 134+151+92=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #86975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86975C is #7968A3. Grayscale: #8B8B8B. Windows color (decimal): -7956644 or 6068102. OLE color: 6068102.

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

Color convert

RGB 134 151 92 -
CMYK 0.11 0 0.39 0.41
HSL 77.29º 0.24% 0.48% -
HSV(B) 77.29º 0.39% 0.59% -
XYZ 22.83 27.97 14.32 -
YUV 139.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 134 151 92 0.11 0 0.39 0.41 77.29 0.24 0.48
Hex 86 97 5C B 0 27 29 4D 18 30
Octal 206 227 134 13 0 47 51 115 30 60
Binary 10000110 10010111 1011100 1011 0 100111 101001 1001101 11000 110000

Color Harmonies of #86975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86975C

Black with #86975C

Text Example


Text Example

White with #86975C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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