Html Css Color HEX #918256 Clay Creek

📋 copy color: '#918256'

red 145 ◦ green 130 ◦ blue 86

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

Shades of Clay Creek #918256

Tints of Clay Creek #918256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

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

R = 40.17%
G = 36.01%
B = 23.82%

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

#918256 (or 0x918256) is known color: Clay Creek. HEX triplet: 91, 82 and 56. RGB value is (145,130,86). Sum of RGB (Red+Green+Blue) = 145+130+86=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #918256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918256 is #6E7DA9. Grayscale: #818181. Windows color (decimal): -7241130 or 5669521. OLE color: 5669521.

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

Color convert

RGB 145 130 86 -
CMYK 0 0.10 0.41 0.43
HSL 44.75º 0.26% 0.45% -
HSV(B) 44.75º 0.41% 0.57% -
XYZ 21.34 22.66 12.05 -
YUV 129.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 145 130 86 0 0.10 0.41 0.43 44.75 0.26 0.45
Hex 91 82 56 0 A 29 2B 2D 1A 2D
Octal 221 202 126 0 12 51 53 55 32 55
Binary 10010001 10000010 1010110 0 1010 101001 101011 101101 11010 101101

Color Harmonies of #918256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918256

Black with #918256

Text Example


Text Example

White with #918256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918256; }

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

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

background-color css

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

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

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

border-color css

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

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

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