Html Css Color HEX #868153 Clay Creek

📋 copy color: '#868153'

red 134 ◦ green 129 ◦ blue 83

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

Shades of Clay Creek #868153

Tints of Clay Creek #868153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 38.73%
G = 37.28%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#868153 (or 0x868153) is known color: Clay Creek. HEX triplet: 86, 81 and 53. RGB value is (134,129,83). Sum of RGB (Red+Green+Blue) = 134+129+83=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #868153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868153 is #797EAC. Grayscale: #7D7D7D. Windows color (decimal): -7962285 or 5472646. OLE color: 5472646.

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

Color convert

RGB 134 129 83 -
CMYK 0 0.04 0.38 0.47
HSL 54.12º 0.24% 0.43% -
HSV(B) 54.12º 0.38% 0.53% -
XYZ 19.24 21.39 11.3 -
YUV 125.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 134 129 83 0 0.04 0.38 0.47 54.12 0.24 0.43
Hex 86 81 53 0 4 26 2F 36 18 2B
Octal 206 201 123 0 4 46 57 66 30 53
Binary 10000110 10000001 1010011 0 100 100110 101111 110110 11000 101011

Color Harmonies of #868153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868153

Black with #868153

Text Example


Text Example

White with #868153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868153; }

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

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

background-color css

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

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

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

border-color css

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

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

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