Html Css Color HEX #948B56 Clay Creek

📋 copy color: '#948B56'

red 148 ◦ green 139 ◦ blue 86

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

Shades of Clay Creek #948B56

Tints of Clay Creek #948B56

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.27%

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

R = 39.68%
G = 37.27%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#948B56 (or 0x948B56) is known color: Clay Creek. HEX triplet: 94, 8B and 56. RGB value is (148,139,86). Sum of RGB (Red+Green+Blue) = 148+139+86=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #948B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B56 is #6B74A9. Grayscale: #878787. Windows color (decimal): -7042218 or 5671828. OLE color: 5671828.

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

Color convert

RGB 148 139 86 -
CMYK 0 0.06 0.42 0.42
HSL 51.29º 0.26% 0.46% -
HSV(B) 51.29º 0.42% 0.58% -
XYZ 23.13 25.43 12.49 -
YUV 135.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 148 139 86 0 0.06 0.42 0.42 51.29 0.26 0.46
Hex 94 8B 56 0 6 2A 2A 33 1A 2E
Octal 224 213 126 0 6 52 52 63 32 56
Binary 10010100 10001011 1010110 0 110 101010 101010 110011 11010 101110

Color Harmonies of #948B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B56

Black with #948B56

Text Example


Text Example

White with #948B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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