Html Css Color HEX #948656 Clay Creek

📋 copy color: '#948656'

red 148 ◦ green 134 ◦ blue 86

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

Shades of Clay Creek #948656

Tints of Clay Creek #948656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.41%

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

R = 40.22%
G = 36.41%
B = 23.37%

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

#948656 (or 0x948656) is known color: Clay Creek. HEX triplet: 94, 86 and 56. RGB value is (148,134,86). Sum of RGB (Red+Green+Blue) = 148+134+86=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #948656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948656 is #6B79A9. Grayscale: #848484. Windows color (decimal): -7043498 or 5670548. OLE color: 5670548.

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

Color convert

RGB 148 134 86 -
CMYK 0 0.09 0.42 0.42
HSL 46.45º 0.26% 0.46% -
HSV(B) 46.45º 0.42% 0.58% -
XYZ 22.42 24.02 12.26 -
YUV 132.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 148 134 86 0 0.09 0.42 0.42 46.45 0.26 0.46
Hex 94 86 56 0 9 2A 2A 2E 1A 2E
Octal 224 206 126 0 11 52 52 56 32 56
Binary 10010100 10000110 1010110 0 1001 101010 101010 101110 11010 101110

Color Harmonies of #948656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948656

Black with #948656

Text Example


Text Example

White with #948656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948656; }

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

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

background-color css

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

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

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

border-color css

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

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

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