Html Css Color HEX #868255 Clay Creek

📋 copy color: '#868255'

red 134 ◦ green 130 ◦ blue 85

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

Shades of Clay Creek #868255

Tints of Clay Creek #868255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.25%

 BLUE value IS 85 (33.59% from 255) = 24.36%

R = 38.4%
G = 37.25%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#868255 (or 0x868255) is known color: Clay Creek. HEX triplet: 86, 82 and 55. RGB value is (134,130,85). Sum of RGB (Red+Green+Blue) = 134+130+85=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #868255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868255 is #797DAA. Grayscale: #7E7E7E. Windows color (decimal): -7962027 or 5603974. OLE color: 5603974.

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

Color convert

RGB 134 130 85 -
CMYK 0 0.03 0.37 0.47
HSL 55.1º 0.22% 0.43% -
HSV(B) 55.1º 0.37% 0.53% -
XYZ 19.45 21.69 11.76 -
YUV 126.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 134 130 85 0 0.03 0.37 0.47 55.1 0.22 0.43
Hex 86 82 55 0 3 25 2F 37 16 2B
Octal 206 202 125 0 3 45 57 67 26 53
Binary 10000110 10000010 1010101 0 11 100101 101111 110111 10110 101011

Color Harmonies of #868255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868255

Black with #868255

Text Example


Text Example

White with #868255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868255; }

 p { color: rgb(134,130,85); }

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

background-color css

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

 a { background-color: rgb(134,130,85); }

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

border-color css

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

 span { border-color: rgb(134,130,85); }

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