Html Css Color HEX #968E54 Clay Creek

📋 copy color: '#968E54'

red 150 ◦ green 142 ◦ blue 84

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

Shades of Clay Creek #968E54

Tints of Clay Creek #968E54

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.77%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 39.89%
G = 37.77%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#968E54 (or 0x968E54) is known color: Clay Creek. HEX triplet: 96, 8E and 54. RGB value is (150,142,84). Sum of RGB (Red+Green+Blue) = 150+142+84=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #968E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E54 is #6971AB. Grayscale: #8A8A8A. Windows color (decimal): -6910380 or 5541526. OLE color: 5541526.

HSL color Cylindrical-coordinate representation of color #968E54: hue angle of 52.73º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #968E54 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 142 84 -
CMYK 0 0.05 0.44 0.41
HSL 52.73º 0.28% 0.46% -
HSV(B) 52.73º 0.44% 0.59% -
XYZ 23.85 26.47 12.24 -
YUV 137.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 150 142 84 0 0.05 0.44 0.41 52.73 0.28 0.46
Hex 96 8E 54 0 5 2C 29 35 1C 2E
Octal 226 216 124 0 5 54 51 65 34 56
Binary 10010110 10001110 1010100 0 101 101100 101001 110101 11100 101110

Color Harmonies of #968E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968E54

Black with #968E54

Text Example


Text Example

White with #968E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968E54; }

 p { color: rgb(150,142,84); }

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

background-color css

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

 a { background-color: rgb(150,142,84); }

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

border-color css

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

 span { border-color: rgb(150,142,84); }

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