Html Css Color HEX #918956 Clay Creek

📋 copy color: '#918956'

red 145 ◦ green 137 ◦ blue 86

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

Shades of Clay Creek #918956

Tints of Clay Creek #918956

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

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

R = 39.4%
G = 37.23%
B = 23.37%

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

#918956 (or 0x918956) is known color: Clay Creek. HEX triplet: 91, 89 and 56. RGB value is (145,137,86). Sum of RGB (Red+Green+Blue) = 145+137+86=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #918956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918956 is #6E76A9. Grayscale: #858585. Windows color (decimal): -7239338 or 5671313. OLE color: 5671313.

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

Color convert

RGB 145 137 86 -
CMYK 0 0.06 0.41 0.43
HSL 51.86º 0.26% 0.45% -
HSV(B) 51.86º 0.41% 0.57% -
XYZ 22.3 24.58 12.37 -
YUV 133.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 145 137 86 0 0.06 0.41 0.43 51.86 0.26 0.45
Hex 91 89 56 0 6 29 2B 34 1A 2D
Octal 221 211 126 0 6 51 53 64 32 55
Binary 10010001 10001001 1010110 0 110 101001 101011 110100 11010 101101

Color Harmonies of #918956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918956

Black with #918956

Text Example


Text Example

White with #918956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918956; }

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

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

background-color css

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

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

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

border-color css

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

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

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