Html Css Color HEX #868251 Clay Creek

📋 copy color: '#868251'

red 134 ◦ green 130 ◦ blue 81

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

Shades of Clay Creek #868251

Tints of Clay Creek #868251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.48%

R = 38.84%
G = 37.68%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#868251 (or 0x868251) is known color: Clay Creek. HEX triplet: 86, 82 and 51. RGB value is (134,130,81). Sum of RGB (Red+Green+Blue) = 134+130+81=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #868251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868251 is #797DAE. Grayscale: #7D7D7D. Windows color (decimal): -7962031 or 5341830. OLE color: 5341830.

HSL color Cylindrical-coordinate representation of color #868251: hue angle of 55.47º 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 #868251 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 130 81 -
CMYK 0 0.03 0.40 0.47
HSL 55.47º 0.25% 0.42% -
HSV(B) 55.47º 0.4% 0.53% -
XYZ 19.3 21.63 10.94 -
YUV 125.61 102.83 133.98 -
System Red Green Blue C M Y K H S L
Decimal 134 130 81 0 0.03 0.40 0.47 55.47 0.25 0.42
Hex 86 82 51 0 3 28 2F 37 19 2A
Octal 206 202 121 0 3 50 57 67 31 52
Binary 10000110 10000010 1010001 0 11 101000 101111 110111 11001 101010

Color Harmonies of #868251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868251

Black with #868251

Text Example


Text Example

White with #868251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868251; }

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

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

background-color css

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

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

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

border-color css

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

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

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