Html Css Color HEX #918551 Clay Creek

📋 copy color: '#918551'

red 145 ◦ green 133 ◦ blue 81

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

Shades of Clay Creek #918551

Tints of Clay Creek #918551

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.05%

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

R = 40.39%
G = 37.05%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.43

RGB Variations

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

Color information

#918551 (or 0x918551) is known color: Clay Creek. HEX triplet: 91, 85 and 51. RGB value is (145,133,81). Sum of RGB (Red+Green+Blue) = 145+133+81=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #918551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918551 is #6E7AAE. Grayscale: #828282. Windows color (decimal): -7240367 or 5342609. OLE color: 5342609.

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

Color convert

RGB 145 133 81 -
CMYK 0 0.08 0.44 0.43
HSL 48.75º 0.28% 0.44% -
HSV(B) 48.75º 0.44% 0.57% -
XYZ 21.55 23.39 11.16 -
YUV 130.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 145 133 81 0 0.08 0.44 0.43 48.75 0.28 0.44
Hex 91 85 51 0 8 2C 2B 31 1C 2C
Octal 221 205 121 0 10 54 53 61 34 54
Binary 10010001 10000101 1010001 0 1000 101100 101011 110001 11100 101100

Color Harmonies of #918551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918551

Black with #918551

Text Example


Text Example

White with #918551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918551; }

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

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

background-color css

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

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

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

border-color css

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

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

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