Html Css Color HEX #918951 Clay Creek

📋 copy color: '#918951'

red 145 ◦ green 137 ◦ blue 81

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

Shades of Clay Creek #918951

Tints of Clay Creek #918951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.31%

R = 39.94%
G = 37.74%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#918951 (or 0x918951) is known color: Clay Creek. HEX triplet: 91, 89 and 51. RGB value is (145,137,81). Sum of RGB (Red+Green+Blue) = 145+137+81=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #918951 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918951 is #6E76AE. Grayscale: #858585. Windows color (decimal): -7239343 or 5343633. OLE color: 5343633.

HSL color Cylindrical-coordinate representation of color #918951: hue angle of 52.5º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #918951 is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 137 81 -
CMYK 0 0.06 0.44 0.43
HSL 52.5º 0.28% 0.44% -
HSV(B) 52.5º 0.44% 0.57% -
XYZ 22.11 24.51 11.35 -
YUV 133.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 145 137 81 0 0.06 0.44 0.43 52.5 0.28 0.44
Hex 91 89 51 0 6 2C 2B 34 1C 2C
Octal 221 211 121 0 6 54 53 64 34 54
Binary 10010001 10001001 1010001 0 110 101100 101011 110100 11100 101100

Color Harmonies of #918951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918951

Black with #918951

Text Example


Text Example

White with #918951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918951; }

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

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

background-color css

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

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

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

border-color css

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

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

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