Html Css Color HEX #948659 Clay Creek

📋 copy color: '#948659'

red 148 ◦ green 134 ◦ blue 89

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

Shades of Clay Creek #948659

Tints of Clay Creek #948659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.99%

R = 39.89%
G = 36.12%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#948659 (or 0x948659) is known color: Clay Creek. HEX triplet: 94, 86 and 59. RGB value is (148,134,89). Sum of RGB (Red+Green+Blue) = 148+134+89=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #948659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948659 is #6B79A6. Grayscale: #858585. Windows color (decimal): -7043495 or 5867156. OLE color: 5867156.

HSL color Cylindrical-coordinate representation of color #948659: hue angle of 45.76º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #948659 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 89 -
CMYK 0 0.09 0.40 0.42
HSL 45.76º 0.25% 0.46% -
HSV(B) 45.76º 0.4% 0.58% -
XYZ 22.54 24.07 12.91 -
YUV 133.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 148 134 89 0 0.09 0.40 0.42 45.76 0.25 0.46
Hex 94 86 59 0 9 28 2A 2E 19 2E
Octal 224 206 131 0 11 50 52 56 31 56
Binary 10010100 10000110 1011001 0 1001 101000 101010 101110 11001 101110

Color Harmonies of #948659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948659

Black with #948659

Text Example


Text Example

White with #948659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948659; }

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

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

background-color css

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

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

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

border-color css

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

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

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