Html Css Color HEX #918555 Clay Creek

📋 copy color: '#918555'

red 145 ◦ green 133 ◦ blue 85

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

Shades of Clay Creek #918555

Tints of Clay Creek #918555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 39.94%
G = 36.64%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#918555 (or 0x918555) is known color: Clay Creek. HEX triplet: 91, 85 and 55. RGB value is (145,133,85). Sum of RGB (Red+Green+Blue) = 145+133+85=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #918555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918555 is #6E7AAA. Grayscale: #838383. Windows color (decimal): -7240363 or 5604753. OLE color: 5604753.

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

Color convert

RGB 145 133 85 -
CMYK 0 0.08 0.41 0.43
HSL 48º 0.26% 0.45% -
HSV(B) 48º 0.41% 0.57% -
XYZ 21.7 23.45 11.98 -
YUV 131.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 145 133 85 0 0.08 0.41 0.43 48 0.26 0.45
Hex 91 85 55 0 8 29 2B 30 1A 2D
Octal 221 205 125 0 10 51 53 60 32 55
Binary 10010001 10000101 1010101 0 1000 101001 101011 110000 11010 101101

Color Harmonies of #918555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918555

Black with #918555

Text Example


Text Example

White with #918555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918555; }

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

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

background-color css

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

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

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

border-color css

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

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

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