Html Css Color HEX #918356 Clay Creek

📋 copy color: '#918356'

red 145 ◦ green 131 ◦ blue 86

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

Shades of Clay Creek #918356

Tints of Clay Creek #918356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

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

R = 40.06%
G = 36.19%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#918356 (or 0x918356) is known color: Clay Creek. HEX triplet: 91, 83 and 56. RGB value is (145,131,86). Sum of RGB (Red+Green+Blue) = 145+131+86=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #918356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918356 is #6E7CA9. Grayscale: #828282. Windows color (decimal): -7240874 or 5669777. OLE color: 5669777.

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

Color convert

RGB 145 131 86 -
CMYK 0 0.10 0.41 0.43
HSL 45.76º 0.26% 0.45% -
HSV(B) 45.76º 0.41% 0.57% -
XYZ 21.47 22.92 12.1 -
YUV 130.06 103.14 138.66 -
System Red Green Blue C M Y K H S L
Decimal 145 131 86 0 0.10 0.41 0.43 45.76 0.26 0.45
Hex 91 83 56 0 A 29 2B 2E 1A 2D
Octal 221 203 126 0 12 51 53 56 32 55
Binary 10010001 10000011 1010110 0 1010 101001 101011 101110 11010 101101

Color Harmonies of #918356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918356

Black with #918356

Text Example


Text Example

White with #918356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918356; }

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

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

background-color css

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

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

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

border-color css

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

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

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