Html Css Color HEX #938D56 Clay Creek

📋 copy color: '#938D56'

red 147 ◦ green 141 ◦ blue 86

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

Shades of Clay Creek #938D56

Tints of Clay Creek #938D56

RGB

 RED value IS 147 (57.81% from 255) = 39.3%

 GREEN value IS 141 (55.47% from 255) = 37.7%

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

R = 39.3%
G = 37.7%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#938D56 (or 0x938D56) is known color: Clay Creek. HEX triplet: 93, 8D and 56. RGB value is (147,141,86). Sum of RGB (Red+Green+Blue) = 147+141+86=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #938D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D56 is #6C72A9. Grayscale: #888888. Windows color (decimal): -7107242 or 5672339. OLE color: 5672339.

HSL color Cylindrical-coordinate representation of color #938D56: hue angle of 54.1º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #938D56 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 141 86 -
CMYK 0 0.04 0.41 0.42
HSL 54.1º 0.26% 0.46% -
HSV(B) 54.1º 0.41% 0.58% -
XYZ 23.24 25.92 12.58 -
YUV 136.52 99.49 135.47 -
System Red Green Blue C M Y K H S L
Decimal 147 141 86 0 0.04 0.41 0.42 54.1 0.26 0.46
Hex 93 8D 56 0 4 29 2A 36 1A 2E
Octal 223 215 126 0 4 51 52 66 32 56
Binary 10010011 10001101 1010110 0 100 101001 101010 110110 11010 101110

Color Harmonies of #938D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938D56

Black with #938D56

Text Example


Text Example

White with #938D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938D56; }

 p { color: rgb(147,141,86); }

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

background-color css

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

 a { background-color: rgb(147,141,86); }

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

border-color css

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

 span { border-color: rgb(147,141,86); }

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