#928652

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

Shades of Clay Creek #928652

Tints of Clay Creek #928652

Color information

#928652 (or 0x928652) is unknown color: approx Clay Creek. HEX triplet: 92, 86 and 52. RGB value is (146,134,82). Sum of RGB (Red+Green+Blue) = 146+134+82=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #928652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928652 is #6D79AD. Grayscale: #838383. Windows color (decimal): -7174574 or 5408402. OLE color: 5408402.

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

Color convert

RGB14613482-
CMYK00.080.440.43
HSL48.75º28.07%44.71%-
HSV(B)48.75º43.84%57.25%-
XYZ21.923.7711.42-
YUV131.6699.98138.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 134 (52.73% from 255) = 37.02%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=40.33%
G=37.02%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461348200.080.440.4348.7528.0744.71
Hex928652082C2B311c2d
Octal2222061220105453613455
Binary100100101000011010100100100010110010101111000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928652; }

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

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

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

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

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

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

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

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