Html Css Color HEX #868150 Clay Creek

📋 copy color: '#868150'

red 134 ◦ green 129 ◦ blue 80

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

Shades of Clay Creek #868150

Tints of Clay Creek #868150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.61%

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

R = 39.07%
G = 37.61%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#868150 (or 0x868150) is known color: Clay Creek. HEX triplet: 86, 81 and 50. RGB value is (134,129,80). Sum of RGB (Red+Green+Blue) = 134+129+80=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #868150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868150 is #797EAF. Grayscale: #7D7D7D. Windows color (decimal): -7962288 or 5276038. OLE color: 5276038.

HSL color Cylindrical-coordinate representation of color #868150: hue angle of 54.44º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868150 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 129 80 -
CMYK 0 0.04 0.40 0.47
HSL 54.44º 0.25% 0.42% -
HSV(B) 54.44º 0.4% 0.53% -
XYZ 19.13 21.35 10.7 -
YUV 124.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 134 129 80 0 0.04 0.40 0.47 54.44 0.25 0.42
Hex 86 81 50 0 4 28 2F 36 19 2A
Octal 206 201 120 0 4 50 57 66 31 52
Binary 10000110 10000001 1010000 0 100 101000 101111 110110 11001 101010

Color Harmonies of #868150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868150

Black with #868150

Text Example


Text Example

White with #868150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868150; }

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

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

background-color css

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

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

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

border-color css

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

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

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