Html Css Color HEX #918255 Clay Creek

📋 copy color: '#918255'

red 145 ◦ green 130 ◦ blue 85

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

Shades of Clay Creek #918255

Tints of Clay Creek #918255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.11%

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

R = 40.28%
G = 36.11%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#918255 (or 0x918255) is known color: Clay Creek. HEX triplet: 91, 82 and 55. RGB value is (145,130,85). Sum of RGB (Red+Green+Blue) = 145+130+85=360 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.28% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 145 - color contains mainly: red. Hex color #918255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918255 is #6E7DAA. Grayscale: #818181. Windows color (decimal): -7241131 or 5603985. OLE color: 5603985.

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

Color convert

RGB 145 130 85 -
CMYK 0 0.10 0.41 0.43
HSL 45º 0.26% 0.45% -
HSV(B) 45º 0.41% 0.57% -
XYZ 21.3 22.64 11.84 -
YUV 129.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 145 130 85 0 0.10 0.41 0.43 45 0.26 0.45
Hex 91 82 55 0 A 29 2B 2D 1A 2D
Octal 221 202 125 0 12 51 53 55 32 55
Binary 10010001 10000010 1010101 0 1010 101001 101011 101101 11010 101101

Color Harmonies of #918255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918255

Black with #918255

Text Example


Text Example

White with #918255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918255; }

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

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

background-color css

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

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

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

border-color css

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

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

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