Html Css Color HEX #888256 Clay Creek

📋 copy color: '#888256'

red 136 ◦ green 130 ◦ blue 86

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

Shades of Clay Creek #888256

Tints of Clay Creek #888256

RGB

 RED value IS 136 (53.52% from 255) = 38.64%

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

 BLUE value IS 86 (33.98% from 255) = 24.43%

R = 38.64%
G = 36.93%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#888256 (or 0x888256) is known color: Clay Creek. HEX triplet: 88, 82 and 56. RGB value is (136,130,86). Sum of RGB (Red+Green+Blue) = 136+130+86=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #888256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888256 is #777DA9. Grayscale: #7E7E7E. Windows color (decimal): -7830954 or 5669512. OLE color: 5669512.

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

Color convert

RGB 136 130 86 -
CMYK 0 0.04 0.37 0.47
HSL 52.8º 0.23% 0.44% -
HSV(B) 52.8º 0.37% 0.53% -
XYZ 19.82 21.87 11.98 -
YUV 126.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 136 130 86 0 0.04 0.37 0.47 52.8 0.23 0.44
Hex 88 82 56 0 4 25 2F 35 17 2C
Octal 210 202 126 0 4 45 57 65 27 54
Binary 10001000 10000010 1010110 0 100 100101 101111 110101 10111 101100

Color Harmonies of #888256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888256

Black with #888256

Text Example


Text Example

White with #888256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888256; }

 p { color: rgb(136,130,86); }

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

background-color css

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

 a { background-color: rgb(136,130,86); }

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

border-color css

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

 span { border-color: rgb(136,130,86); }

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