Html Css Color HEX #918059 Clay Creek

📋 copy color: '#918059'

red 145 ◦ green 128 ◦ blue 89

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

Shades of Clay Creek #918059

Tints of Clay Creek #918059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

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

R = 40.06%
G = 35.36%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#918059 (or 0x918059) is known color: Clay Creek. HEX triplet: 91, 80 and 59. RGB value is (145,128,89). Sum of RGB (Red+Green+Blue) = 145+128+89=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #918059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918059 is #6E7FA6. Grayscale: #808080. Windows color (decimal): -7241639 or 5865617. OLE color: 5865617.

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

Color convert

RGB 145 128 89 -
CMYK 0 0.12 0.39 0.43
HSL 41.79º 0.24% 0.46% -
HSV(B) 41.79º 0.39% 0.57% -
XYZ 21.2 22.18 12.61 -
YUV 128.64 105.63 139.67 -
System Red Green Blue C M Y K H S L
Decimal 145 128 89 0 0.12 0.39 0.43 41.79 0.24 0.46
Hex 91 80 59 0 C 27 2B 2A 18 2E
Octal 221 200 131 0 14 47 53 52 30 56
Binary 10010001 10000000 1011001 0 1100 100111 101011 101010 11000 101110

Color Harmonies of #918059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918059

Black with #918059

Text Example


Text Example

White with #918059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918059; }

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

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

background-color css

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

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

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

border-color css

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

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

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