Html Css Color HEX #918055 Clay Creek

📋 copy color: '#918055'

red 145 ◦ green 128 ◦ blue 85

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

Shades of Clay Creek #918055

Tints of Clay Creek #918055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 40.5%
G = 35.75%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#918055 (or 0x918055) is known color: Clay Creek. HEX triplet: 91, 80 and 55. RGB value is (145,128,85). Sum of RGB (Red+Green+Blue) = 145+128+85=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #918055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918055 is #6E7FAA. Grayscale: #808080. Windows color (decimal): -7241643 or 5603473. OLE color: 5603473.

HSL color Cylindrical-coordinate representation of color #918055: hue angle of 43º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #918055 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 128 85 -
CMYK 0 0.12 0.41 0.43
HSL 43º 0.26% 0.45% -
HSV(B) 43º 0.41% 0.57% -
XYZ 21.04 22.11 11.75 -
YUV 128.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 145 128 85 0 0.12 0.41 0.43 43 0.26 0.45
Hex 91 80 55 0 C 29 2B 2B 1A 2D
Octal 221 200 125 0 14 51 53 53 32 55
Binary 10010001 10000000 1010101 0 1100 101001 101011 101011 11010 101101

Color Harmonies of #918055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918055

Black with #918055

Text Example


Text Example

White with #918055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918055; }

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

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

background-color css

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

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

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

border-color css

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

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

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