Html Css Color HEX #938A56 Clay Creek

📋 copy color: '#938A56'

red 147 ◦ green 138 ◦ blue 86

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

Shades of Clay Creek #938A56

Tints of Clay Creek #938A56

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.2%

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

R = 39.62%
G = 37.2%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#938A56 (or 0x938A56) is known color: Clay Creek. HEX triplet: 93, 8A and 56. RGB value is (147,138,86). Sum of RGB (Red+Green+Blue) = 147+138+86=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #938A56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A56 is #6C75A9. Grayscale: #868686. Windows color (decimal): -7108010 or 5671571. OLE color: 5671571.

HSL color Cylindrical-coordinate representation of color #938A56: hue angle of 51.15º 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 #938A56 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 138 86 -
CMYK 0 0.06 0.41 0.42
HSL 51.15º 0.26% 0.46% -
HSV(B) 51.15º 0.41% 0.58% -
XYZ 22.8 25.05 12.44 -
YUV 134.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 147 138 86 0 0.06 0.41 0.42 51.15 0.26 0.46
Hex 93 8A 56 0 6 29 2A 33 1A 2E
Octal 223 212 126 0 6 51 52 63 32 56
Binary 10010011 10001010 1010110 0 110 101001 101010 110011 11010 101110

Color Harmonies of #938A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A56

Black with #938A56

Text Example


Text Example

White with #938A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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