Html Css Color HEX #948C56 Clay Creek

📋 copy color: '#948C56'

red 148 ◦ green 140 ◦ blue 86

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

Shades of Clay Creek #948C56

Tints of Clay Creek #948C56

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.43%

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

R = 39.57%
G = 37.43%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#948C56 (or 0x948C56) is known color: Clay Creek. HEX triplet: 94, 8C and 56. RGB value is (148,140,86). Sum of RGB (Red+Green+Blue) = 148+140+86=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #948C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C56 is #6B73A9. Grayscale: #888888. Windows color (decimal): -7041962 or 5672084. OLE color: 5672084.

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

Color convert

RGB 148 140 86 -
CMYK 0 0.05 0.42 0.42
HSL 52.26º 0.26% 0.46% -
HSV(B) 52.26º 0.42% 0.58% -
XYZ 23.27 25.72 12.54 -
YUV 136.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 148 140 86 0 0.05 0.42 0.42 52.26 0.26 0.46
Hex 94 8C 56 0 5 2A 2A 34 1A 2E
Octal 224 214 126 0 5 52 52 64 32 56
Binary 10010100 10001100 1010110 0 101 101010 101010 110100 11010 101110

Color Harmonies of #948C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C56

Black with #948C56

Text Example


Text Example

White with #948C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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