Html Css Color HEX #918A55 Clay Creek

📋 copy color: '#918A55'

red 145 ◦ green 138 ◦ blue 85

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

Shades of Clay Creek #918A55

Tints of Clay Creek #918A55

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

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

R = 39.4%
G = 37.5%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#918A55 (or 0x918A55) is known color: Clay Creek. HEX triplet: 91, 8A and 55. RGB value is (145,138,85). Sum of RGB (Red+Green+Blue) = 145+138+85=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #918A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A55 is #6E75AA. Grayscale: #868686. Windows color (decimal): -7239083 or 5606033. OLE color: 5606033.

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

Color convert

RGB 145 138 85 -
CMYK 0 0.05 0.41 0.43
HSL 53º 0.26% 0.45% -
HSV(B) 53º 0.41% 0.57% -
XYZ 22.41 24.85 12.21 -
YUV 134.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 145 138 85 0 0.05 0.41 0.43 53 0.26 0.45
Hex 91 8A 55 0 5 29 2B 35 1A 2D
Octal 221 212 125 0 5 51 53 65 32 55
Binary 10010001 10001010 1010101 0 101 101001 101011 110101 11010 101101

Color Harmonies of #918A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A55

Black with #918A55

Text Example


Text Example

White with #918A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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