Html Css Color HEX #918A56 Clay Creek

📋 copy color: '#918A56'

red 145 ◦ green 138 ◦ blue 86

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

Shades of Clay Creek #918A56

Tints of Clay Creek #918A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.31%

R = 39.3%
G = 37.4%
B = 23.31%

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

#918A56 (or 0x918A56) is known color: Clay Creek. HEX triplet: 91, 8A and 56. RGB value is (145,138,86). Sum of RGB (Red+Green+Blue) = 145+138+86=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #918A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A56 is #6E75A9. Grayscale: #868686. Windows color (decimal): -7239082 or 5671569. OLE color: 5671569.

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

Color convert

RGB 145 138 86 -
CMYK 0 0.05 0.41 0.43
HSL 52.88º 0.26% 0.45% -
HSV(B) 52.88º 0.41% 0.57% -
XYZ 22.45 24.87 12.42 -
YUV 134.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 145 138 86 0 0.05 0.41 0.43 52.88 0.26 0.45
Hex 91 8A 56 0 5 29 2B 35 1A 2D
Octal 221 212 126 0 5 51 53 65 32 55
Binary 10010001 10001010 1010110 0 101 101001 101011 110101 11010 101101

Color Harmonies of #918A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A56

Black with #918A56

Text Example


Text Example

White with #918A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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