Html Css Color HEX #968857 Clay Creek

📋 copy color: '#968857'

red 150 ◦ green 136 ◦ blue 87

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

Shades of Clay Creek #968857

Tints of Clay Creek #968857

RGB

 RED value IS 150 (58.98% from 255) = 40.21%

 GREEN value IS 136 (53.52% from 255) = 36.46%

 BLUE value IS 87 (34.38% from 255) = 23.32%

R = 40.21%
G = 36.46%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#968857 (or 0x968857) is known color: Clay Creek. HEX triplet: 96, 88 and 57. RGB value is (150,136,87). Sum of RGB (Red+Green+Blue) = 150+136+87=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #968857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968857 is #6977A8. Grayscale: #868686. Windows color (decimal): -6911913 or 5736598. OLE color: 5736598.

HSL color Cylindrical-coordinate representation of color #968857: hue angle of 46.67º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #968857 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 136 87 -
CMYK 0 0.09 0.42 0.41
HSL 46.67º 0.27% 0.46% -
HSV(B) 46.67º 0.42% 0.59% -
XYZ 23.1 24.78 12.58 -
YUV 134.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 150 136 87 0 0.09 0.42 0.41 46.67 0.27 0.46
Hex 96 88 57 0 9 2A 29 2F 1B 2E
Octal 226 210 127 0 11 52 51 57 33 56
Binary 10010110 10001000 1010111 0 1001 101010 101001 101111 11011 101110

Color Harmonies of #968857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968857

Black with #968857

Text Example


Text Example

White with #968857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968857; }

 p { color: rgb(150,136,87); }

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

background-color css

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

 a { background-color: rgb(150,136,87); }

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

border-color css

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

 span { border-color: rgb(150,136,87); }

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