Html Css Color HEX #948E54 Clay Creek

📋 copy color: '#948E54'

red 148 ◦ green 142 ◦ blue 84

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

Shades of Clay Creek #948E54

Tints of Clay Creek #948E54

RGB

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

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

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

R = 39.57%
G = 37.97%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#948E54 (or 0x948E54) is known color: Clay Creek. HEX triplet: 94, 8E and 54. RGB value is (148,142,84). Sum of RGB (Red+Green+Blue) = 148+142+84=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #948E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E54 is #6B71AB. Grayscale: #898989. Windows color (decimal): -7041452 or 5541524. OLE color: 5541524.

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

Color convert

RGB 148 142 84 -
CMYK 0 0.04 0.43 0.42
HSL 54.38º 0.28% 0.45% -
HSV(B) 54.38º 0.43% 0.58% -
XYZ 23.49 26.28 12.22 -
YUV 137.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 148 142 84 0 0.04 0.43 0.42 54.38 0.28 0.45
Hex 94 8E 54 0 4 2B 2A 36 1C 2D
Octal 224 216 124 0 4 53 52 66 34 55
Binary 10010100 10001110 1010100 0 100 101011 101010 110110 11100 101101

Color Harmonies of #948E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E54

Black with #948E54

Text Example


Text Example

White with #948E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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