Html Css Color HEX #918459 Clay Creek

📋 copy color: '#918459'

red 145 ◦ green 132 ◦ blue 89

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

Shades of Clay Creek #918459

Tints of Clay Creek #918459

RGB

 RED value IS 145 (57.03% from 255) = 39.62%

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 39.62%
G = 36.07%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#918459 (or 0x918459) is known color: Clay Creek. HEX triplet: 91, 84 and 59. RGB value is (145,132,89). Sum of RGB (Red+Green+Blue) = 145+132+89=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 89 (35.16% from 255 or 24.32% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #918459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918459 is #6E7BA6. Grayscale: #838383. Windows color (decimal): -7240615 or 5866641. OLE color: 5866641.

HSL color Cylindrical-coordinate representation of color #918459: hue angle of 46.07º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918459 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 132 89 -
CMYK 0 0.09 0.39 0.43
HSL 46.07º 0.24% 0.46% -
HSV(B) 46.07º 0.39% 0.57% -
XYZ 21.73 23.24 12.79 -
YUV 130.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 145 132 89 0 0.09 0.39 0.43 46.07 0.24 0.46
Hex 91 84 59 0 9 27 2B 2E 18 2E
Octal 221 204 131 0 11 47 53 56 30 56
Binary 10010001 10000100 1011001 0 1001 100111 101011 101110 11000 101110

Color Harmonies of #918459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918459

Black with #918459

Text Example


Text Example

White with #918459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918459; }

 p { color: rgb(145,132,89); }

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

background-color css

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

 a { background-color: rgb(145,132,89); }

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

border-color css

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

 span { border-color: rgb(145,132,89); }

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