Html Css Color HEX #948151 Clay Creek

📋 copy color: '#948151'

red 148 ◦ green 129 ◦ blue 81

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

Shades of Clay Creek #948151

Tints of Clay Creek #948151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 41.34%
G = 36.03%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#948151 (or 0x948151) is known color: Clay Creek. HEX triplet: 94, 81 and 51. RGB value is (148,129,81). Sum of RGB (Red+Green+Blue) = 148+129+81=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #948151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948151 is #6B7EAE. Grayscale: #818181. Windows color (decimal): -7044783 or 5341588. OLE color: 5341588.

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

Color convert

RGB 148 129 81 -
CMYK 0 0.13 0.45 0.42
HSL 42.99º 0.29% 0.45% -
HSV(B) 42.99º 0.45% 0.58% -
XYZ 21.55 22.59 11.01 -
YUV 129.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 148 129 81 0 0.13 0.45 0.42 42.99 0.29 0.45
Hex 94 81 51 0 D 2D 2A 2B 1D 2D
Octal 224 201 121 0 15 55 52 53 35 55
Binary 10010100 10000001 1010001 0 1101 101101 101010 101011 11101 101101

Color Harmonies of #948151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948151

Black with #948151

Text Example


Text Example

White with #948151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948151; }

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

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

background-color css

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

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

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

border-color css

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

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

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