Html Css Color HEX #948356 Clay Creek

📋 copy color: '#948356'

red 148 ◦ green 131 ◦ blue 86

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

Shades of Clay Creek #948356

Tints of Clay Creek #948356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

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

R = 40.55%
G = 35.89%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#948356 (or 0x948356) is known color: Clay Creek. HEX triplet: 94, 83 and 56. RGB value is (148,131,86). Sum of RGB (Red+Green+Blue) = 148+131+86=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 148 - color contains mainly: red. Hex color #948356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948356 is #6B7CA9. Grayscale: #838383. Windows color (decimal): -7044266 or 5669780. OLE color: 5669780.

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

Color convert

RGB 148 131 86 -
CMYK 0 0.11 0.42 0.42
HSL 43.55º 0.26% 0.46% -
HSV(B) 43.55º 0.42% 0.58% -
XYZ 22.01 23.2 12.12 -
YUV 130.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 148 131 86 0 0.11 0.42 0.42 43.55 0.26 0.46
Hex 94 83 56 0 B 2A 2A 2C 1A 2E
Octal 224 203 126 0 13 52 52 54 32 56
Binary 10010100 10000011 1010110 0 1011 101010 101010 101100 11010 101110

Color Harmonies of #948356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948356

Black with #948356

Text Example


Text Example

White with #948356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948356; }

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

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

background-color css

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

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

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

border-color css

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

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

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