Html Css Color HEX #888650 Clay Creek

📋 copy color: '#888650'

red 136 ◦ green 134 ◦ blue 80

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

Shades of Clay Creek #888650

Tints of Clay Creek #888650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 38.86%
G = 38.29%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#888650 (or 0x888650) is known color: Clay Creek. HEX triplet: 88, 86 and 50. RGB value is (136,134,80). Sum of RGB (Red+Green+Blue) = 136+134+80=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #888650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888650 is #7779AF. Grayscale: #808080. Windows color (decimal): -7829936 or 5277320. OLE color: 5277320.

HSL color Cylindrical-coordinate representation of color #888650: hue angle of 57.86º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #888650 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 134 80 -
CMYK 0 0.01 0.41 0.47
HSL 57.86º 0.26% 0.42% -
HSV(B) 57.86º 0.41% 0.53% -
XYZ 20.13 22.86 10.94 -
YUV 128.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 136 134 80 0 0.01 0.41 0.47 57.86 0.26 0.42
Hex 88 86 50 0 1 29 2F 3A 1A 2A
Octal 210 206 120 0 1 51 57 72 32 52
Binary 10001000 10000110 1010000 0 1 101001 101111 111010 11010 101010

Color Harmonies of #888650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888650

Black with #888650

Text Example


Text Example

White with #888650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888650; }

 p { color: rgb(136,134,80); }

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

background-color css

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

 a { background-color: rgb(136,134,80); }

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

border-color css

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

 span { border-color: rgb(136,134,80); }

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