Html Css Color HEX #968957 Clay Creek

📋 copy color: '#968957'

red 150 ◦ green 137 ◦ blue 87

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

Shades of Clay Creek #968957

Tints of Clay Creek #968957

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.63%

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

R = 40.11%
G = 36.63%
B = 23.26%

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

#968957 (or 0x968957) is known color: Clay Creek. HEX triplet: 96, 89 and 57. RGB value is (150,137,87). Sum of RGB (Red+Green+Blue) = 150+137+87=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #968957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968957 is #6976A8. Grayscale: #878787. Windows color (decimal): -6911657 or 5736854. OLE color: 5736854.

HSL color Cylindrical-coordinate representation of color #968957: hue angle of 47.62º 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 #968957 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 87 -
CMYK 0 0.09 0.42 0.41
HSL 47.62º 0.27% 0.46% -
HSV(B) 47.62º 0.42% 0.59% -
XYZ 23.24 25.06 12.63 -
YUV 135.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 150 137 87 0 0.09 0.42 0.41 47.62 0.27 0.46
Hex 96 89 57 0 9 2A 29 30 1B 2E
Octal 226 211 127 0 11 52 51 60 33 56
Binary 10010110 10001001 1010111 0 1001 101010 101001 110000 11011 101110

Color Harmonies of #968957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968957

Black with #968957

Text Example


Text Example

White with #968957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968957; }

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

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

background-color css

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

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

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

border-color css

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

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

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