Html Css Color HEX #918853 Clay Creek

📋 copy color: '#918853'

red 145 ◦ green 136 ◦ blue 83

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

Shades of Clay Creek #918853

Tints of Clay Creek #918853

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

 BLUE value IS 83 (32.81% from 255) = 22.8%

R = 39.84%
G = 37.36%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#918853 (or 0x918853) is known color: Clay Creek. HEX triplet: 91, 88 and 53. RGB value is (145,136,83). Sum of RGB (Red+Green+Blue) = 145+136+83=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 145 - color contains mainly: red. Hex color #918853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918853 is #6E77AC. Grayscale: #848484. Windows color (decimal): -7239597 or 5474449. OLE color: 5474449.

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

Color convert

RGB 145 136 83 -
CMYK 0 0.06 0.43 0.43
HSL 51.29º 0.27% 0.45% -
HSV(B) 51.29º 0.43% 0.57% -
XYZ 22.04 24.25 11.7 -
YUV 132.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 145 136 83 0 0.06 0.43 0.43 51.29 0.27 0.45
Hex 91 88 53 0 6 2B 2B 33 1B 2D
Octal 221 210 123 0 6 53 53 63 33 55
Binary 10010001 10001000 1010011 0 110 101011 101011 110011 11011 101101

Color Harmonies of #918853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918853

Black with #918853

Text Example


Text Example

White with #918853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918853; }

 p { color: rgb(145,136,83); }

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

background-color css

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

 a { background-color: rgb(145,136,83); }

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

border-color css

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

 span { border-color: rgb(145,136,83); }

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