Html Css Color HEX #948156 Clay Creek

📋 copy color: '#948156'

red 148 ◦ green 129 ◦ blue 86

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

Shades of Clay Creek #948156

Tints of Clay Creek #948156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 40.77%
G = 35.54%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#948156 (or 0x948156) is known color: Clay Creek. HEX triplet: 94, 81 and 56. RGB value is (148,129,86). Sum of RGB (Red+Green+Blue) = 148+129+86=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #948156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948156 is #6B7EA9. Grayscale: #818181. Windows color (decimal): -7044778 or 5669268. OLE color: 5669268.

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

Color convert

RGB 148 129 86 -
CMYK 0 0.13 0.42 0.42
HSL 41.61º 0.26% 0.46% -
HSV(B) 41.61º 0.42% 0.58% -
XYZ 21.74 22.67 12.03 -
YUV 129.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 148 129 86 0 0.13 0.42 0.42 41.61 0.26 0.46
Hex 94 81 56 0 D 2A 2A 2A 1A 2E
Octal 224 201 126 0 15 52 52 52 32 56
Binary 10010100 10000001 1010110 0 1101 101010 101010 101010 11010 101110

Color Harmonies of #948156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948156

Black with #948156

Text Example


Text Example

White with #948156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948156; }

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

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

background-color css

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

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

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

border-color css

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

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

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