#938652

Color #938652 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #938652

Tints of Clay Creek #938652

Color information

#938652 (or 0x938652) is unknown color: approx Clay Creek. HEX triplet: 93, 86 and 52. RGB value is (147,134,82). Sum of RGB (Red+Green+Blue) = 147+134+82=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #938652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938652 is #6C79AD. Grayscale: #848484. Windows color (decimal): -7109038 or 5408403. OLE color: 5408403.

HSL color Cylindrical-coordinate representation of color #938652: hue angle of 48º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #938652 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14713482-
CMYK00.090.440.42
HSL48º28.38%44.9%-
HSV(B)48º44.22%57.65%-
XYZ22.0823.8611.42-
YUV131.9699.81138.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 82 (32.42% from 255) = 22.59%
R=40.50%
G=36.91%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471348200.090.440.424828.3844.9
Hex938652092C2A301c2d
Octal2232061220115452603455
Binary100100111000011010100100100110110010101011000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938652; }

 p { color: rgb(147,134,82); }

 H1.HeaderClassName
 {
   color: #938652;
 }
 .AnyTagClassName
 {
   color: #938652;
 }
</style>
background-color css

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

 a { background-color: rgb(147,134,82); }

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

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

 span { border-color: rgb(147,134,82); }

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