Html Css Color HEX #968657 Clay Creek

📋 copy color: '#968657'

red 150 ◦ green 134 ◦ blue 87

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

Shades of Clay Creek #968657

Tints of Clay Creek #968657

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 40.43%
G = 36.12%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#968657 (or 0x968657) is known color: Clay Creek. HEX triplet: 96, 86 and 57. RGB value is (150,134,87). Sum of RGB (Red+Green+Blue) = 150+134+87=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #968657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968657 is #6979A8. Grayscale: #858585. Windows color (decimal): -6912425 or 5736086. OLE color: 5736086.

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

Color convert

RGB 150 134 87 -
CMYK 0 0.11 0.42 0.41
HSL 44.76º 0.27% 0.46% -
HSV(B) 44.76º 0.42% 0.59% -
XYZ 22.82 24.22 12.49 -
YUV 133.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 150 134 87 0 0.11 0.42 0.41 44.76 0.27 0.46
Hex 96 86 57 0 B 2A 29 2D 1B 2E
Octal 226 206 127 0 13 52 51 55 33 56
Binary 10010110 10000110 1010111 0 1011 101010 101001 101101 11011 101110

Color Harmonies of #968657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968657

Black with #968657

Text Example


Text Example

White with #968657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968657; }

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

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

background-color css

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

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

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

border-color css

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

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

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