Html Css Color HEX #918650 Clay Creek

📋 copy color: '#918650'

red 145 ◦ green 134 ◦ blue 80

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

Shades of Clay Creek #918650

Tints of Clay Creek #918650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.33%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 40.39%
G = 37.33%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#918650 (or 0x918650) is known color: Clay Creek. HEX triplet: 91, 86 and 50. RGB value is (145,134,80). Sum of RGB (Red+Green+Blue) = 145+134+80=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #918650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918650 is #6E79AF. Grayscale: #838383. Windows color (decimal): -7240112 or 5277329. OLE color: 5277329.

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

Color convert

RGB 145 134 80 -
CMYK 0 0.08 0.45 0.43
HSL 49.85º 0.29% 0.44% -
HSV(B) 49.85º 0.45% 0.57% -
XYZ 21.65 23.65 11.01 -
YUV 131.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 145 134 80 0 0.08 0.45 0.43 49.85 0.29 0.44
Hex 91 86 50 0 8 2D 2B 32 1D 2C
Octal 221 206 120 0 10 55 53 62 35 54
Binary 10010001 10000110 1010000 0 1000 101101 101011 110010 11101 101100

Color Harmonies of #918650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918650

Black with #918650

Text Example


Text Example

White with #918650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918650; }

 p { color: rgb(145,134,80); }

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

background-color css

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

 a { background-color: rgb(145,134,80); }

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

border-color css

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

 span { border-color: rgb(145,134,80); }

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