Html Css Color HEX #948756 Clay Creek

📋 copy color: '#948756'

red 148 ◦ green 135 ◦ blue 86

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

Shades of Clay Creek #948756

Tints of Clay Creek #948756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.59%

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

R = 40.11%
G = 36.59%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#948756 (or 0x948756) is known color: Clay Creek. HEX triplet: 94, 87 and 56. RGB value is (148,135,86). Sum of RGB (Red+Green+Blue) = 148+135+86=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #948756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948756 is #6B78A9. Grayscale: #858585. Windows color (decimal): -7043242 or 5670804. OLE color: 5670804.

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

Color convert

RGB 148 135 86 -
CMYK 0 0.09 0.42 0.42
HSL 47.42º 0.26% 0.46% -
HSV(B) 47.42º 0.42% 0.58% -
XYZ 22.56 24.3 12.3 -
YUV 133.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 148 135 86 0 0.09 0.42 0.42 47.42 0.26 0.46
Hex 94 87 56 0 9 2A 2A 2F 1A 2E
Octal 224 207 126 0 11 52 52 57 32 56
Binary 10010100 10000111 1010110 0 1001 101010 101010 101111 11010 101110

Color Harmonies of #948756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948756

Black with #948756

Text Example


Text Example

White with #948756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948756; }

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

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

background-color css

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

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

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

border-color css

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

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

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