Html Css Color HEX #918855 Clay Creek

📋 copy color: '#918855'

red 145 ◦ green 136 ◦ blue 85

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

Shades of Clay Creek #918855

Tints of Clay Creek #918855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.16%

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

R = 39.62%
G = 37.16%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#918855 (or 0x918855) is known color: Clay Creek. HEX triplet: 91, 88 and 55. RGB value is (145,136,85). Sum of RGB (Red+Green+Blue) = 145+136+85=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #918855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918855 is #6E77AA. Grayscale: #858585. Windows color (decimal): -7239595 or 5605521. OLE color: 5605521.

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

Color convert

RGB 145 136 85 -
CMYK 0 0.06 0.41 0.43
HSL 51º 0.26% 0.45% -
HSV(B) 51º 0.41% 0.57% -
XYZ 22.12 24.28 12.12 -
YUV 132.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 145 136 85 0 0.06 0.41 0.43 51 0.26 0.45
Hex 91 88 55 0 6 29 2B 33 1A 2D
Octal 221 210 125 0 6 51 53 63 32 55
Binary 10010001 10001000 1010101 0 110 101001 101011 110011 11010 101101

Color Harmonies of #918855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918855

Black with #918855

Text Example


Text Example

White with #918855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918855; }

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

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

background-color css

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

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

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

border-color css

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

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

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