Html Css Color HEX #948E56 Clay Creek

📋 copy color: '#948E56'

red 148 ◦ green 142 ◦ blue 86

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

Shades of Clay Creek #948E56

Tints of Clay Creek #948E56

RGB

 RED value IS 148 (58.2% from 255) = 39.36%

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

 BLUE value IS 86 (33.98% from 255) = 22.87%

R = 39.36%
G = 37.77%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#948E56 (or 0x948E56) is known color: Clay Creek. HEX triplet: 94, 8E and 56. RGB value is (148,142,86). Sum of RGB (Red+Green+Blue) = 148+142+86=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 148 - color contains mainly: red. Hex color #948E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E56 is #6B71A9. Grayscale: #898989. Windows color (decimal): -7041450 or 5672596. OLE color: 5672596.

HSL color Cylindrical-coordinate representation of color #948E56: hue angle of 54.19º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #948E56 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 142 86 -
CMYK 0 0.04 0.42 0.42
HSL 54.19º 0.26% 0.46% -
HSV(B) 54.19º 0.42% 0.58% -
XYZ 23.57 26.31 12.64 -
YUV 137.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 148 142 86 0 0.04 0.42 0.42 54.19 0.26 0.46
Hex 94 8E 56 0 4 2A 2A 36 1A 2E
Octal 224 216 126 0 4 52 52 66 32 56
Binary 10010100 10001110 1010110 0 100 101010 101010 110110 11010 101110

Color Harmonies of #948E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E56

Black with #948E56

Text Example


Text Example

White with #948E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948E56; }

 p { color: rgb(148,142,86); }

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

background-color css

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

 a { background-color: rgb(148,142,86); }

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

border-color css

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

 span { border-color: rgb(148,142,86); }

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