Html Css Color HEX #918458 Clay Creek

📋 copy color: '#918458'

red 145 ◦ green 132 ◦ blue 88

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

Shades of Clay Creek #918458

Tints of Clay Creek #918458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.11%

R = 39.73%
G = 36.16%
B = 24.11%

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

#918458 (or 0x918458) is known color: Clay Creek. HEX triplet: 91, 84 and 58. RGB value is (145,132,88). Sum of RGB (Red+Green+Blue) = 145+132+88=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #918458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918458 is #6E7BA7. Grayscale: #838383. Windows color (decimal): -7240616 or 5801105. OLE color: 5801105.

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

Color convert

RGB 145 132 88 -
CMYK 0 0.09 0.39 0.43
HSL 46.32º 0.24% 0.46% -
HSV(B) 46.32º 0.39% 0.57% -
XYZ 21.69 23.23 12.57 -
YUV 130.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 145 132 88 0 0.09 0.39 0.43 46.32 0.24 0.46
Hex 91 84 58 0 9 27 2B 2E 18 2E
Octal 221 204 130 0 11 47 53 56 30 56
Binary 10010001 10000100 1011000 0 1001 100111 101011 101110 11000 101110

Color Harmonies of #918458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918458

Black with #918458

Text Example


Text Example

White with #918458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918458; }

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

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

background-color css

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

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

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

border-color css

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

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

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