Html Css Color HEX #918B57 Clay Creek

📋 copy color: '#918B57'

red 145 ◦ green 139 ◦ blue 87

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

Shades of Clay Creek #918B57

Tints of Clay Creek #918B57

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.47%

 BLUE value IS 87 (34.38% from 255) = 23.45%

R = 39.08%
G = 37.47%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.4

 K value IS 0.43

RGB Variations

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

Color information

#918B57 (or 0x918B57) is known color: Clay Creek. HEX triplet: 91, 8B and 57. RGB value is (145,139,87). Sum of RGB (Red+Green+Blue) = 145+139+87=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 145 - color contains mainly: red. Hex color #918B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B57 is #6E74A8. Grayscale: #878787. Windows color (decimal): -7238825 or 5737361. OLE color: 5737361.

HSL color Cylindrical-coordinate representation of color #918B57: hue angle of 53.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #918B57 is Cyan = 0, Magento = 0.04, Yellow = 0.4 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 139 87 -
CMYK 0 0.04 0.4 0.43
HSL 53.79º 0.25% 0.45% -
HSV(B) 53.79º 0.4% 0.57% -
XYZ 22.63 25.17 12.68 -
YUV 134.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 145 139 87 0 0.04 0.4 0.43 53.79 0.25 0.45
Hex 91 8B 57 0 4 28 2B 36 19 2D
Octal 221 213 127 0 4 50 53 66 31 55
Binary 10010001 10001011 1010111 0 100 101000 101011 110110 11001 101101

Color Harmonies of #918B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918B57

Black with #918B57

Text Example


Text Example

White with #918B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,139,87); }

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

background-color css

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

 a { background-color: rgb(145,139,87); }

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

border-color css

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

 span { border-color: rgb(145,139,87); }

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